| IS_treemap | R Documentation |
This function creates a treemap visualization of the top 1000 integration site (IS) clone contributions, grouped by patient time points with custom color perturbation.
IS_treemap(
IS_raw = IS_raw,
Patient_timepoint = Patient_timepoint,
Timelevels = NULL
)
IS_raw |
Data frame containing IS data (columns: Sample, Locus, Clone_contribution required) |
Patient_timepoint |
Data frame mapping Sample_ID to Time_Point (columns: Sample_ID, Time_Point required) |
Timelevels |
Character vector, optional custom order of time points (default: NULL, natural sort) |
ggplot object (treemap of IS clone contributions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.