Get all openSNP known variations and all users sharing that phenotype for one phenotype(-ID).
phenotypes_byid(
phenotypeid = NA,
return_ = c("description", "knownvars", "users"),
...
)
List of description of phenotype, list of known variants, or data.frame of variants for each user with that phenotype.
ID of openSNP phenotype.
Return data.frame (TRUE
) or not (FALSE
). Default: FALSE
Curl options passed on to crul::HttpClient
Other opensnp-fxns:
allgensnp()
,
allphenotypes()
,
annotations()
,
download_users()
,
fetch_genotypes()
,
genotypes()
,
phenotypes()
,
users()
if (FALSE) {
phenotypes_byid(phenotypeid = 12, return_ = "desc")
phenotypes_byid(phenotypeid = 12, return_ = "knownvars")
phenotypes_byid(phenotypeid = 12, return_ = "users")
# pass on curl options
phenotypes_byid(phenotypeid = 12, return_ = "desc", verbose = TRUE)
}
Run the code above in your browser using DataLab