View source: R/seeker_snp_arq.R
seeker_snp_arq | R Documentation |
seeker_snp_arq is a generic function to obtain the genome arquitecture data of a given SNP
seeker_snp_arq(ID)
ID |
A Single Nucleotide Polymorphism (SNP) ID "rs" in character or data.frame |
A data.frame with the genomic arquitecture
Erick Cuevas-Fernández
Heriberto Manuel Rivera
https://rest.ensembl.org
seeker_snp_arq("rs56116432")
df <- data.frame(c("rs56116432","rs10878307", "rs7133914", "rs11564148", "rs3761863", "rs10878245"))
seeker_snp_arq(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.