Changes between Version 6 and Version 7 of SopConvertLifeLinesGenoData
- Timestamp:
- 2012-04-04T06:40:06+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SopConvertLifeLinesGenoData
v6 v7 74 74 75 75 * May take some time! 76 == Further Genodata==76 === Step 4: convert into dosage format (MISSING!) === 77 77 78 The commands above generate a single large file for the study in question. From this researchers would like some further file manipulation to be done: 79 * Supply the large genodata in binary format, using command: 80 {{{ plink --tfile <data> --make-bed --out <data> }}} 78 === Step 5: convert into other formats == 79 80 81 Convert the large genodata from TPED into .bed, .bim. and .bam files: 82 {{{#!sh 83 plink --tfile <data> --make-bed --out <data> 84 }}} 85 81 86 This should generate .bed, .bim and .fam files. 82 87 * Supply the data also in separate files per chromosome. This can be done with the commands: … … 92 97 93 98 A schematic overview of the two export paths described above. 99 A schematic overview of the two export paths described above.