powered by
Get genotype data for all users at a particular snp.
allgensnp(snp = NA, df = FALSE, ...)
SNP name.
Return data.frame (TRUE) or not (FALSE) - default = FALSE.
Curl options passed on to GET.
GET
List of genotypes for all users at a certain SNP, or data.frame
# NOT RUN { allgensnp(snp = 'rs7412') allgensnp('rs7412', df = TRUE) # }
Run the code above in your browser using DataLab