Get all openSNP known variations and all users sharing that phenotype for one phenotype(-ID).
Source:R/phenotypes_byid.R
phenotypes_byid.Rd
Get all openSNP known variations and all users sharing that phenotype for one phenotype(-ID).
Usage
phenotypes_byid(
phenotypeid = NA,
return_ = c("description", "knownvars", "users"),
...
)
Arguments
- phenotypeid
ID of openSNP phenotype.
- return_
Return data.frame (
TRUE
) or not (FALSE
). Default:FALSE
- ...
Curl options passed on to crul::HttpClient
Value
List of description of phenotype, list of known variants, or data.frame of variants for each user with that phenotype.
See also
Other opensnp-fxns:
allgensnp()
,
allphenotypes()
,
annotations()
,
download_users()
,
fetch_genotypes()
,
genotypes()
,
phenotypes()
,
users()