2,004
edits
Changes
From Genome Analysis Wiki
→EXAMPLES
*To inverse Normalize the phenotype before analysis:
rarefy --ped your.ped --dat your.dat --traitIncreasing --traitDecreasing --inverseNormal --prefix your.output.prefix
*To inverse Normalize the phenotype and then adjust covariates saved in PED/DAT file before RAREFY analysis:
rarefy --ped your.ped --dat your.dat --traitIncreasing --traitDecreasing --inverseNormal --useCovariates --prefix your.output.prefix
*To analyze only a subset of families in the sample:
rarefy --ped your.ped --dat your.dat --traitIncreasing --traitDecreasing --famList your.file.with.famID --prefix your.output.prefix