allgensnp | R Documentation |
Get openSNP genotype data for all users at a particular snp.
allgensnp(snp = NA, usersubset = FALSE, ...)
snp |
(character) A SNP name |
usersubset |
Get a subset of users, integer numbers, e.g. 1-8 (default: none) |
... |
Curl options passed on to crul::HttpClient |
data.frame of genotypes for all users at a certain SNP
Other opensnp-fxns:
allphenotypes()
,
annotations()
,
download_users()
,
fetch_genotypes()
,
genotypes()
,
phenotypes_byid()
,
phenotypes()
,
users()
## Not run:
x <- allgensnp(snp = "rs7412")
head(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.