Plot observed Small Insertions and Deletions (ID) counts for different groups of patients.
groupsIDPlot(counts, groups, normalize = TRUE, xlabels = FALSE)
A ggplot2 object.
data(plot_data_examples)
counts <- plot_data_examples[['groups.ID.plot']][['counts']]
groups <- plot_data_examples[['groups.ID.plot']][['groups']]
groupsIDPlot(counts=counts,groups=groups)