This function generates the stacked bar plots to the summary of CNV statuses
.CNV_sum_barplot(data)
summary table from
.CNV_all_cancer(.TCGA_CNV_sampletype_subset)
This plot function uses dataset generated from
.CNV_all_cancer()
function
It should not be used directly, only inside
.plot_bargraph_CNV_TCGA()
function.
Side effect: stacked bar plots on screen and as pdf file to show the summary table of the CNV statuses
Other helper function for CNV data plotting:
.CNV_barplot()
,
.CNVratio_boxplot()
,
.matrix_plot()
if (FALSE) {
.CNV_sum_barplot(.CNV_all_cancer(.TCGA_CNV_sampletype_subset))
}