Skip to contents

This function allows you to plot the mito mutation signatures

Usage

MutationProfile.bulk(cell_variants)

Arguments

cell_variants

A character vector of variants formatted as position_ref_alt, for example c("93_A_G", "103_G_A").

Value

A ggplot object.

Examples

MutationProfile.bulk(c("93_A_G", "103_G_A", "146_T_C"))