View source: R/fixef.mediation.scan.R
extract.chr.max.statistics.from.genomewide | R Documentation |
This function extracts the associations for a specified chromosome from genome-wide permutation scans. This allows both genome-wide and chromosome-wide thresholds to be determined from the same output.
## S3 method for class 'chr.max.statistics.from.genomewide'
extract(full.perm.scans, chr, use.lod = FALSE)
full.perm.scans |
Output object from generate.qr.permutation.index.matrix(). |
chr |
The chromosome that will have its association scores extracted from the full.perm.scans, essentially creating permutation scans specific to the chromosome. |
use.lod |
DEFAULT: FALSE. If TRUE, LOD scores are recorded. If FALSE, p-values are recorded, either based on the likelihood ratio test or ANOVA. |
extract.chr.max.statistics.from.genomewide()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.