| 1 | = Schematic overview of BBMRI/GvNL pipelines = |
| 2 | |
| 3 | {{{ |
| 4 | #!graphviz |
| 5 | digraph G { |
| 6 | BGI->FASTQ->"SNP and indel calling"->VCF |
| 7 | FASTQ->"de novo variant discovery and verification" |
| 8 | BGI->VCF->"Chip QC"->"Qced Genotypes" |
| 9 | VCF->"Mendelian QC"->"Qced Genotypes" |
| 10 | "Qced Genotypes"->"Call improvement and phasing"->"Improved and phased genotypes"->Imputations |
| 11 | "Improved and phased genotypes"->"Population genetics" |
| 12 | "Improved and phased genotypes"->"Functional variants" |
| 13 | "Improved and phased genotypes"->"Novel variant discovery and verification" |
| 14 | FASTQ->"Novel variant discovery and verification" |
| 15 | } |
| 16 | }}} |