Extract samples, phylogeny, and subclonal compositions from ClonEvol results
Source:R/clonevol_functions.R
extract_tables_from_clonevol.Rd
Extracts data frames that can be used to create a Jellyfish plot.
Examples
if (requireNamespace("clonevol", quietly = TRUE)) {
# Run ClonEvol. Check the ClonEvol documentation for details.
y <- infer.clonal.models(...)
# Plot the results
extract_tables_from_clonevol(y, model = 1) |>
jellyfisher()
}