allgensnp: Get openSNP genotype data for all users at a particular snp.

Description Usage Arguments Value See Also Examples

View source: R/allgensnp.R

Description

Get openSNP genotype data for all users at a particular snp.

Usage

1
allgensnp(snp = NA, ...)

Arguments

snp

(character) A SNP name

...

Curl options passed on to crul::HttpClient

Value

data.frame of genotypes for all users at a certain SNP

See Also

Other opensnp-fxns: allphenotypes(), annotations(), download_users(), fetch_genotypes(), genotypes(), phenotypes_byid(), phenotypes(), users()

Examples

1
2
3
4
5
## Not run: 
x <- allgensnp(snp = 'rs7412')
head(x)

## End(Not run)

rsnps documentation built on Jan. 28, 2022, 5:07 p.m.