IS_treemap: Generate treemap of integration site clone contribution

View source: R/IS_treemap.R

IS_treemapR Documentation

Generate treemap of integration site clone contribution

Description

This function creates a treemap visualization of the top 1000 integration site (IS) clone contributions, grouped by patient time points with custom color perturbation.

Usage

IS_treemap(
  IS_raw = IS_raw,
  Patient_timepoint = Patient_timepoint,
  Timelevels = NULL
)

Arguments

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)

Value

ggplot object (treemap of IS clone contributions)


lisat documentation built on March 27, 2026, 5:07 p.m.