Changes

From Genome Analysis Wiki
Jump to navigationJump to search
10 bytes removed ,  00:20, 11 December 2012
m
Line 47: Line 47:  
* To execute the program, go to /RareMetalWorker_0.0.6/RareMetalWorker/bin, then the program can be executed by ./Rare-Metal-Worker.
 
* To execute the program, go to /RareMetalWorker_0.0.6/RareMetalWorker/bin, then the program can be executed by ./Rare-Metal-Worker.
 
* An example command line for a related sample when you have genotype info saved in VCF file is as following:
 
* An example command line for a related sample when you have genotype info saved in VCF file is as following:
   ./Rare-Metal-Worker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --useCovariates --inverseNormal --prefix your.study
+
   ./raremetalworker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --useCovariates --inverseNormal --prefix your.study
 
* An example command line for a related sample when you have genotype info saved in PED/DAT file is as following:
 
* An example command line for a related sample when you have genotype info saved in PED/DAT file is as following:
   ./Rare-Metal-Worker --ped your.ped --dat your.dat --useCovariates --inverseNormal --prefix your.study
+
   ./raremetalworker --ped your.ped --dat your.dat --useCovariates --inverseNormal --prefix your.study
 
* An example command line for an unrelated sample when you have genotype info saved in PED/DAT file is as following:
 
* An example command line for an unrelated sample when you have genotype info saved in PED/DAT file is as following:
   ./Rare-Metal-Worker --ped your.ped --dat your.dat --useCovariates --inverseNormal --prefix your.study
+
   ./raremetalworker --ped your.ped --dat your.dat --useCovariates --inverseNormal --prefix your.study
 
* An example command line for an unrelated sample when you have genotype info saved in VCF file is as following:
 
* An example command line for an unrelated sample when you have genotype info saved in VCF file is as following:
   ./Rare-Metal-Worker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --useCovariates --inverseNormal --prefix your.study
+
   ./raremetalworker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --useCovariates --inverseNormal --prefix your.study
 
* An example command line to use when you have genotype info saved in VCF file and you want to adjust covariates first and then inverse normalize residuals is as following:
 
* An example command line to use when you have genotype info saved in VCF file and you want to adjust covariates first and then inverse normalize residuals is as following:
   ./Rare-Metal-Worker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --makeResiduals --useCovariates --inverseNormal --prefix your.study
+
   ./raremetalworker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --makeResiduals --useCovariates --inverseNormal --prefix your.study
 
* For more examples, please go to [[Examples]].
 
* For more examples, please go to [[Examples]].
  
2,004

edits

Navigation menu