View source: R/stats_functions.R
| Stats_cohort | R Documentation |
Stats.Just a wrapper to the Stats function.
Stats_cohort(...)
... |
Parameters forwarded to the |
See function Stats.
Other Summary statistics:
DET_index(),
Stats_drivers(),
Stats_fits(),
Stats_trees(),
Stats()
# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')
# Get the stats for all patients
Stats_cohort(TRACERx_NEJM_2017_REVOLVER)
# And subset the patients
Stats_cohort(TRACERx_NEJM_2017_REVOLVER, patients = c('CRUK0001', 'CRUK0002'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.