powered by
Search for phenotypes in the Cohort Browser that match your term and return a tibble containing the metadata information for each matching phenotype. Use ' term = "" ' to return all phenotypes.
cb_search_phenotypes(term, cb_version = "v2")
A tibble with phenotype metadata
A term to search. (Required)
cohort browser version (Optional) [ "v1" | "v2" ]
if (FALSE) { cancer_phenos <- cb_search_phenotypes(term = "cancer") all_phenos <- cb_search_phenotypes(term = "") }
Run the code above in your browser using DataLab