Plot MutationTimeR Results
plot_MutationTimeR.Rd
This function plots the timing information from MutationTimeR for SSMs and CNAs.
Value
a named list containing two plot objects, `full` with the plot of all chromosomes and `minimal` with the plot of only chromosomes with timed CNAs.
Examples
if (FALSE) { # \dontrun{
my_meta = suppressMessages(get_gambl_metadata()) %>%
dplyr::filter(sample_id=="01-20985T",
seq_type=="genome")
timed = GAMBLR.results::get_timed_mutations(my_meta,"hg38")
all_plots = plot_MutationTimeR(my_meta,timed$CNA,timed$SSM)
all_plots$full
all_plots$minimal
} # }