View source: R/seeker_snp_context.R
seeker_snp_context | R Documentation |
A generic function to search the type of variation & gene
seeker_snp_context(SNP)
## S3 method for class 'factor'
seeker_snp_context(SNP)
## S3 method for class 'character'
seeker_snp_context(SNP)
## S3 method for class 'data.frame'
seeker_snp_context(SNP)
SNP |
A Single Nucleotide Polymorphism ID ("rs") in character or data.frame |
A data.frame with Type of variation
Erick Cuevas-Fernández
Heriberto Manuel Rivera
https://rest.ensembl.org
seeker_snp_context("rs56116432")
df <- data.frame(c("rs56116432","rs10878307", "rs7133914", "rs11564148", "rs3761863", "rs10878245"))
seeker_snp_context(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.