Changes between Version 6 and Version 7 of SopConvertLifeLinesGenoData


Ignore:
Timestamp:
2012-04-04T06:40:06+02:00 (13 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SopConvertLifeLinesGenoData

    v6 v7  
    7474 
    7575* May take some time!
    76 == Further Genodata ==
     76=== Step 4: convert into dosage format (MISSING!) ===
    7777
    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
     81Convert the large genodata from TPED into .bed, .bim. and .bam files:
     82 {{{#!sh
     83plink --tfile <data> --make-bed --out <data>
     84}}}
     85
    8186     This should generate .bed, .bim and .fam files.
    8287 * Supply the data also in separate files per chromosome. This can be done with the commands:
     
    9297
    9398A schematic overview of the two export paths described above.
     99A schematic overview of the two export paths described above.