snp2ensembl | R Documentation |
Maps SNPs from a GWAS experiment to genes.
snp2ensembl(gwas, organism = 9606, flank = 0)
gwas |
A SnpMatrix object with the GWAS information. |
organism |
Tax ID of the studied organism. The default is 9606 (human). |
flank |
A number with the flanking regions around genes to be considered part of the gene i.e. SNPs mapped to them will be considered mapped to the gene. |
A data.frame with two columns: one for the SNP and another for the gene it has been mapped to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.