|
219 | 219 | "id": "15", |
220 | 220 | "metadata": {}, |
221 | 221 | "source": [ |
222 | | - "## Real-world example: target analysis of carotenoid triads\n", |
| 222 | + "## Real-world example: target analysis of chromophoric systems\n", |
223 | 223 | "\n", |
224 | 224 | "The examples above use simple simulated data. In practice, kinetic models are more complex.\n", |
225 | | - "Let's load a real target analysis model that describes the photophysics of three\n", |
226 | | - "carotenoid-porphyrin triads (RCG, GCRCG, RCGCR) measured in DCM.\n", |
| 225 | + "Let's load a real target analysis model that describes the photophysics of chromophoric systems consisting of two or three\n", |
| 226 | + "chromophores red (R), and green (G) connected via a bridge (C) (RCG, GCRCG, RCGCR) measured in the solvent DCM. These systems are detailed in the pyglotaran release paper.\n", |
227 | 227 | "\n", |
228 | 228 | "This model has:\n", |
229 | | - "- Three decay megacomplexes (one per triad measurement), each with multiple k-matrices\n", |
| 229 | + "- Three decay megacomplexes (one per measurement), each with multiple k-matrices\n", |
230 | 230 | "- Coherent artifact megacomplexes (automatically skipped)\n", |
231 | 231 | "- CLP-guide megacomplexes (automatically skipped)\n", |
232 | | - "- Shared rate parameters across triads" |
| 232 | + "- Shared rate parameters across the chromophoric systems" |
233 | 233 | ] |
234 | 234 | }, |
235 | 235 | { |
|
254 | 254 | "id": "17", |
255 | 255 | "metadata": {}, |
256 | 256 | "source": [ |
257 | | - "### Single megacomplex: RCG triad\n", |
| 257 | + "### Single megacomplex: RCG\n", |
258 | 258 | "\n", |
259 | | - "Let's start by visualizing just the RCG triad's kinetic scheme. This megacomplex has 6\n", |
| 259 | + "Let's start by visualizing just the RCG kinetic scheme. This megacomplex has 6\n", |
260 | 260 | "compartments and 12 transitions (sequential R1→R2→R3→R4 cascade, branching to a green\n", |
261 | 261 | "state G, and an additional S6 state)." |
262 | 262 | ] |
|
272 | 272 | " \"complex_rcg_dcm\",\n", |
273 | 273 | " model,\n", |
274 | 274 | " params,\n", |
275 | | - " title=\"RCG triad kinetic scheme\",\n", |
| 275 | + " title=\"RCG kinetic scheme\",\n", |
276 | 276 | ")\n", |
277 | 277 | "fig" |
278 | 278 | ] |
|
310 | 310 | "id": "21", |
311 | 311 | "metadata": {}, |
312 | 312 | "source": [ |
313 | | - "### Multiple megacomplexes: all three triads together\n", |
| 313 | + "### Multiple megacomplexes: all three systems together\n", |
314 | 314 | "\n", |
315 | 315 | "You can pass a list of megacomplex labels to visualize multiple kinetic schemes in a single\n", |
316 | 316 | "figure. Compartments that appear in multiple megacomplexes are automatically merged." |
|
328 | 328 | " model,\n", |
329 | 329 | " params,\n", |
330 | 330 | " figsize=(16, 10),\n", |
331 | | - " title=\"All three triads\",\n", |
| 331 | + " title=\"All three systems\",\n", |
332 | 332 | ")\n", |
333 | 333 | "fig" |
334 | 334 | ] |
|
0 commit comments