View source: R/revolver_check_cohort.R
| revolver_check_cohort | R Documentation | 
Perform some basic diagnostic of a cohort object. It will inform of patients without drivers and other information that can be used to reshape the data before fitting a model.
revolver_check_cohort(x, stopOnError = FALSE)
x | 
 A   | 
stopOnError | 
 Whether or not it should raise a stop on error.  | 
Nothing, all relevant information are print to screen
and the stop is raised only if stopOnError = TRUE.
Other Cohort creation: 
CCF_parser(),
compute_clone_trees(),
compute_mutation_trees(),
input_custom_trees(),
revolver_cohort()
# Data released in the 'evoverse.datasets'
data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets')
revolver_check_cohort(TRACERx_NEJM_2017_REVOLVER)
print(TRACERx_NEJM_2017_REVOLVER) # calls this anyway
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.