Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,065 bytes added ,  19:55, 18 November 2012
Line 37: Line 37:     
* To execute the program, go to /RareMetalWorker_0.0.1/RareMetalWorker/bin, then the program can be executed by ./Rare-Metal-Worker.
 
* To execute the program, go to /RareMetalWorker_0.0.1/RareMetalWorker/bin, then the program can be executed by ./Rare-Metal-Worker.
* An example command line for a related sample 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
 
   ./Rare-Metal-Worker --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:
 +
  ./Rare-Metal-Worker --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:
 +
  ./Rare-Metal-Worker --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:
 +
  ./Rare-Metal-Worker --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:
 +
  ./Rare-Metal-Worker --ped your.pheno.ped --dat your.pheno.dat --vcf your.geno.vcf.gz --makeResiduals --useCovariates --inverseNormal --prefix your.study
    
== Software Specifications ==
 
== Software Specifications ==
2,004

edits

Navigation menu