R/CNV.R
dot-CNV_all_cancer.RdThis function calculates the frequency of each CNV status across tumors in all TCGA cancer types for every EIF4F gene.
.CNV_all_cancer(df).TCGA_CNV_sampletype_subset generated inside
.plot_bargraph_CNV_TCGA()
a summary table ranking the EIF4F gene by the frequencies of duplication (CNV threshold labeled as “1” in the dataset)
It should not be used directly, only inside
.plot_bargraph_CNV_TCGA() function.
Other helper function for CNV data analysis:
.CNV_ind_cancer(),
.CNVratio_tumor()
if (FALSE) {
.CNV_all_cancer(.TCGA_CNV_sampletype_subset)
}