View source: R/seeker_snp_freq.R
seeker_snp_freq | R Documentation |
A generic function to search the population frequency of a specific study
seeker_snp_freq(ID, study = "1000GENOMES:phase_3")
## S3 method for class 'character'
seeker_snp_freq(ID, study = "1000GENOMES:phase_3")
## S3 method for class 'factor'
seeker_snp_freq(ID, study = "1000GENOMES:phase_3")
## S3 method for class 'data.frame'
seeker_snp_freq(ID, study = "1000GENOMES:phase_3")
ID |
A Single Nucleotide Polymorphism ID ("rs") in character or data.frame |
study |
A study of population frequency. Default ("1000GENOMES:phase3") |
A data.frame with the allel frequency in all the population of the given study
NULL
NULL
NULL
Erick Cuevas-Fernández
Heriberto Manuel Rivera
https://rest.ensembl.org
seeker_snp_freq("rs56116432")
df <- data.frame(c("rs56116432","rs10878307", "rs7133914", "rs11564148", "rs3761863", "rs10878245"))
seeker_snp_freq(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.