Skip to content
Snippets Groups Projects
Commit 77eb5653 authored by Viktoria Petrova's avatar Viktoria Petrova
Browse files

edit mermaid graph

parent 56eae692
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ class p publication;
class a1,a2,a3,a4,a5,a6,a7 assay;
```
``` mermaid
flowchart LR
subgraph studies\PlasmidAndStrainConstruction
......@@ -138,4 +140,34 @@ end
subgraph assays\MetabolicModeling
model(MetabolicModeling.md)
end
studies\PlasmidAndStrainConstruction-->model
\ No newline at end of file
studies\PlasmidAndStrainConstruction-->model
subgraph assays\cPCR
direction LR
str1--->|cPCR|cPCR1(dxs_cPCR)
str2--->|cPCR|cPCR2(ispD_cPCR)
str3--->|cPCR|cPCR3(ispE_cPCR)
str4--->|cPCR|cPCR4(ispF_cPCR)
str5--->|cPCR|cPCR5(ispG_cPCR)
str6--->|cPCR|cPCR6(ispH_cPCR)
str7--->|cPCR|cPCR7(Idi_cPCR)
str8--->|cPCR|cPCR8(sqs_cPCR)
str9--->|cPCR|cPCR9(crtE_cPCR)
str10--->|cPCR|cPCR10(gap2_cPCR)
str11--->|cPCR|cPCR11(pyrK_cPCR)
str12--->|cPCR|cPCR12(tpi_cPCR)
end
subgraph assays\qPCR
direction LR
clt1-->|qRT-PCR.md|qPCR1(dxs_qPCR)
clt8-->|qRT-PCR.md|qPCR8(sqs_qPCR)
rpoA(rpoA)-->|qRT-PCR.md|qPCR(rpoA_qPCR)
end
%%Define styles
classDef study fill:#ABEBC6,stroke:#0E6655,color:#010802,stroke-width:2px;
classDef assay fill:#FFF59D,stroke:#E67E22 ,color:#010802,stroke-width:2px;
%%Assign styles
class studies\PlasmidAndStrainConstruction,studies\KnoopAndSteuer-2015,studies\Synechocystis,studies\MeasurementsOfSqualene,studies\Englund-2014 study;
class assays\qPCR,assays\cPCR,assays\MetabolicModeling,assays\GC-MSMeasurementsForTheQuantificationOfSqualene,assays\DCWMeasuremnet,assays\AbsorptionSpectraAndODMeasurements assay;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment