View source: R/calc-snp-assoc-mapping.R
calc_snp_assoc_mapping | R Documentation |
Get the SNP association mapping from foundersnps database.
calc_snp_assoc_mapping(
dataset,
id,
chrom,
location,
db_file,
window_size = 5e+05,
intcovar = NULL,
cores = 0
)
dataset |
The dataset object. |
id |
The unique id in the dataset. |
chrom |
The chromosome. |
location |
Location on chromosome in base pairs. |
db_file |
Full path to the sqlite database file. |
window_size |
The size of the window to scan before and after location. |
intcovar |
The interactive covariate. |
cores |
Number of cores to use (0 = ALL). |
a 'tibble' with the following columns: snp, chr, pos, alleles, sdp, ensembl_gene, csq, index, interval, on_map, lod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.