R/cb_filter_explore.R
cb_get_phenotype_statistics.Rd
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
)
A cohort object. (Required)
See constructor function cb_create_cohort
or cb_load_cohort
A phenotype ID. (Required)
The maximum depth to descend in a 'nested list' phenotype. (Default: Inf)
For internal use.
For internal use.
A data frame holding distribution data.