r语言和肿瘤基因组学常见图的r实现

Mutational signature deciphering

msig_cols <- c('#702E33','#BE5C81','#836E8D','#EC8C70','#596C22','#A7B762')

data('plot.mutation.signature.ex')

# If you want to save figure to file, supply filename to `figpdf`.
plot.mutation.signature(df, figpdf=NULL, color=msig_cols)

# 
plot.mutational.exposures(NULL,
    system.file('data/Rank_eq_9.exposures.txt', package = 'lxctk'))

# legoplot representation of 96 mutational categories
legoplot(system.file('data/stad_regular_GC_originalGenomes.txt'))