diff --git a/studies/generating_lwd1_mutants/README.md b/studies/generating_lwd1_mutants/README.md index bf181627c90e01e0512c24b1f55e17bd287f501e..e599573e82495c38a4c3217f64b522a20fe191fd 100644 --- a/studies/generating_lwd1_mutants/README.md +++ b/studies/generating_lwd1_mutants/README.md @@ -4,27 +4,16 @@ Using CRISPR-Cas9 to generate *lwd1* mutants to confirm *LWD1* as the gene under **Study overview:** - input: WT transformation plants (GP-fast) - - -> assay: embryo transformation - output: T0 mutant plants - - -> assay: DNA_extraction - output: T0 mutant DNA samples - - -> assay: plant_genotyping - output: T0 mutant genotype info - - -> assay: plant propagation - output: T1 mutant plants - - -> assay: DNA_extraction - output: T1 mutant DNA samples - - -> assay: plant_genotyping - output: T1 mutant genotype info - - -> assay: plant propagation - output: T2 mutant plants (used in studies - gene_expression_lwd1_mutants and - phenotyping_lwd1_mutants) \ No newline at end of file +```mermaid + flowchart TD; + A[GP-fast plants] --> |embryo_transformation | B[T0 mutant plants] + B --> | DNA_extraction| C[T0 mutant DNA samples] + C --> | plant_genotyping | D[T0 mutant genotype info] + B --> | plant propagation | E[T1 mutant plants] + E --> | DNA_extraction | F[T1 mutant DNA samples] + F --> | plant_genotyping | G[T1 mutant genotype info] + E --> | plant propagation | H[T2 mutant plants] + H -.-> I[used in studies: + - gene_expresssion_lwd1_mutants + - phenotyping_lwd1_mutants] +```