Changes between Version 2 and Version 3 of generateArtificialGwas
- Timestamp:
- 2012-09-06T13:37:23+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
generateArtificialGwas
v2 v3 19 19 hapgen2 -h hapmap_r24_b36_fwd.consensus.qc.poly.chr22_ceu.phased -l chr22.ceu.r24.legend -m genetic_map_chr22_CEU_b36.txt -o test -dl 14431347 0 2 10 -n 2000 2000 20 20 }}} 21 == Merging case and control == 22 {{{ 23 gtool -M --g test.cases.gen test.controls.gen --s test.cases.sample test.controls.sample --og test.gen --os test.samples 24 }}} 25 == Convert to ped/map == 26 {{{ 27 gtool -G --g test.gen --s test.samples --ped test.ped --map test.map --phenotype pheno 28 }}}