powered by
Get openSNP genotype data for all users at a particular snp.
allgensnp(snp = NA, usersubset = FALSE, ...)
data.frame of genotypes for all users at a certain SNP
(character) A SNP name
Get a subset of users, integer numbers, e.g. 1-8 (default: none)
Curl options passed on to crul::HttpClient
Other opensnp-fxns: allphenotypes(), annotations(), download_users(), fetch_genotypes(), genotypes(), phenotypes_byid(), phenotypes(), users()
allphenotypes()
annotations()
download_users()
fetch_genotypes()
genotypes()
phenotypes_byid()
phenotypes()
users()
if (FALSE) { x <- allgensnp(snp = "rs7412") head(x) }
Run the code above in your browser using DataLab