Changes

From Genome Analysis Wiki
Jump to navigationJump to search
15 bytes added ,  22:56, 11 July 2017
Line 80: Line 80:  
* If your input VCF dosage file has '''males as diploids''', then just add handle <code>--allDiploid</code>. This will NOT generate sex information in the output PLINK <code>.fam</code> file. You would have to update it manually.
 
* If your input VCF dosage file has '''males as diploids''', then just add handle <code>--allDiploid</code>. This will NOT generate sex information in the output PLINK <code>.fam</code> file. You would have to update it manually.
 
* If your input VCF dosage file has '''males as haploids''' and '''also has GT information''', the tool with automatically determine the sex of the samples and report them in the output <code>.fam</code> file. No extra parameters are required.
 
* If your input VCF dosage file has '''males as haploids''' and '''also has GT information''', the tool with automatically determine the sex of the samples and report them in the output <code>.fam</code> file. No extra parameters are required.
** If GT tags are NOT available, you would need to supply the sex file as described above. Otherwise it will throw an error.
+
** If GT tags are NOT available, you would need to supply the sex file as described in the section below. Otherwise it will throw an error.
 
** '''NOTE''': If your VCF file has males as haploids, do NOT use <code>--allDiploid</code> as the code would NOT throw any error, but the output results would be erroneous.
 
** '''NOTE''': If your VCF file has males as haploids, do NOT use <code>--allDiploid</code> as the code would NOT throw any error, but the output results would be erroneous.
  
487

edits

Navigation menu