extract.r2.interval | R Documentation |
This function primarily takes a formula, data frame, genome cache, and directory of founder strain .alleles files to calculate the pairwise r^2 between all individual markers and a specified locus, likely the peak SNP.
## S3 method for class 'r2.interval'
extract(scan.object, r2.scan.object, r2.level = 0.6)
scan.object |
An SNP scan object produced by imputed.snp.scan.h2lmm(). |
r2.scan.object |
An r^2 object produced by pairwise.cor.snp.scan(). |
r2.level |
DEFAULT: 0.6. The r^2 cutpoint. Returns the position interval includes loci with
r^2 |
extract.r2.interval()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.