Plot violin of per-gene mean diversity by sample type
Source:R/generate_plots.R
plot_mean_violin.RdPlot violin of per-gene mean diversity by sample type
Examples
data("tcga_brca_luma", package = "TSENAT")
rc <- as.matrix(tcga_brca_luma[1:100, -1, drop = FALSE])
gs <- tcga_brca_luma[1:100, 1]
se <- calculate_diversity(rc, gs, q = 0.1, norm = FALSE)
plot_mean_violin(se)