Stats_cohort: Synonim for function 'Stats'.

View source: R/stats_functions.R

Stats_cohortR Documentation

Synonim for function Stats.

Description

Just a wrapper to the Stats function.

Usage

Stats_cohort(...)

Arguments

...

Parameters forwarded to the Stats. function.

Value

See function Stats.

See Also

Other Summary statistics: DET_index(), Stats_drivers(), Stats_fits(), Stats_trees(), Stats()

Examples

# 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'))

caravagn/revolver documentation built on May 21, 2022, 5:48 p.m.