View source: R/cb_filter_explore.R
cb_get_phenotype_statistics | R Documentation |
Retrieve a data frame containing the distirbution data for a specific phenotype within a cohort.
cb_get_phenotype_statistics(
cohort,
pheno_id,
max_depth = Inf,
page_number = "all",
page_size = 1000
)
cohort |
A cohort object. (Required)
See constructor function |
pheno_id |
A phenotype ID. (Required) |
max_depth |
The maximum depth to descend in a 'nested list' phenotype. (Default: Inf) |
page_number |
For internal use. |
page_size |
For internal use. |
A data frame holding distribution data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.