Changes

From Genome Analysis Wiki
Jump to navigationJump to search
14 bytes added ,  18:12, 11 July 2017
Line 73: Line 73:  
For the pseudo-autosomal region (PAR) on chromosome X, no extra parameter is necessary. For the non-PAR region, please ensure the following:
 
For the pseudo-autosomal region (PAR) on chromosome X, no extra parameter is necessary. For the non-PAR region, please ensure the following:
   −
* If your input VCF dosage file has males as diploids, then just add handle <code>--samePoidy</code>. This will not generate sex information in the output PLINK <code>.map</code> file.
+
* If your input VCF dosage file has '''males as diploids''', then just add handle <code>--samePoidy</code>. This will NOT generate sex information in the output PLINK <code>.map</code> file.
* If your input VCF dosage file has males as haploids and also has GT information, the tool with automatically determine sex of the sample and report in the in the output <code>.fam</code> file.
+
** If you still need the sex column in <code>.fam</code> file to be updated, then supply a sex file using <code>--sexFile SomeFile</code> where <code>SomeFile</code> has two columns, the names of samples as found in the VCF file as the first column, and M or F in the second column.
* If your input VCF file does NOT have GT information or as males coded as diploids, and you would still like the sex column in <code>.fam</code> file to be updated, then supply a sex file using <code>--sexFile SomeFile</code> where <code>SomeFile</code> has two columns, the names of samples as found in the VCF file as the first column, and M or F in the second column.
+
* If your input VCF dosage file has '''males as haploids''' and also '''has GT information''', the tool with automatically determine sex of the sample and report in the in the output <code>.fam</code> file. However, if no GT tags are available, you would need to supply te sex file as above.
    
= Command Line Options =
 
= Command Line Options =
487

edits

Navigation menu