Get openSNP genotype data for all users at a particular snp.
Arguments
- 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
See also
Other opensnp-fxns:
allphenotypes()
,
annotations()
,
download_users()
,
fetch_genotypes()
,
genotypes()
,
phenotypes_byid()
,
phenotypes()
,
users()
Examples
if (FALSE) { # \dontrun{
x <- allgensnp(snp = "rs7412")
head(x)
} # }