plot_patient_CCF_histogram: Plot the data histogram for a patient.

View source: R/plot_CCF_histogram.R

plot_patient_CCF_histogramR Documentation

Plot the data histogram for a patient.

Description

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.

Usage

plot_patient_CCF_histogram(x, patient)

Arguments

x

A REVOLVER cohort object.

patient

The id of a patient.

Value

A ggplot plot.

See Also

Other Plotting functions: distinct_palette_few(), distinct_palette_many(), gradient_palette(), plot_DET_index(), plot_clusters(), plot_dendrogram(), plot_drivers_clonality(), plot_drivers_graph(), plot_drivers_occurrence(), plot_jackknife_cluster_stability(), plot_jackknife_coclustering(), plot_jackknife_trajectories_stability(), plot_patient_data(), plot_patient_mutation_burden(), plot_patient_oncoprint(), plot_patient_trees_scores()

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

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