Skip to content
Snippets Groups Projects
Commit bee9a303 authored by Gesa Helmsorig's avatar Gesa Helmsorig
Browse files

Update README.md

parent 1e8a0e3c
No related branches found
No related tags found
No related merge requests found
Pipeline #5486 passed
......@@ -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]
```
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