If this cohort is working with CCF data, this function plots the CCF histogram of each one of the samples available for a patient, facetting the sample variable.

Otherwise, this plot does not make much sense.

plot_patient_CCF_histogram(x, patient)

Arguments

x

A REVOLVER cohort object.

patient

The id of a patient.

Value

A ggplot plot.

See also

Examples

# Data released in the 'evoverse.datasets' data('TRACERx_NEJM_2017_REVOLVER', package = 'evoverse.datasets') plot_patient_CCF_histogram(TRACERx_NEJM_2017_REVOLVER, 'CRUK0001')
plot_patient_CCF_histogram(TRACERx_NEJM_2017_REVOLVER, 'CRUK0002')