R/CNV.R
dot-CNV_ind_cancer.Rd
a data analysis function that calculates the frequency of CNV status for each EIF4F gene in individual TCGA cancer types.
.CNV_ind_cancer(df, gene)
.TCGA_CNV_sampletype_subset
generated inside
.plot_bargraph_CNV_TCGA()
one gene from the input argument of
.plot_bargraph_CNV_TCGA()
a list with the summary table of CNV in individual TCGA cancer types and gene name
It should not be used directly, only inside
.plot_bargraph_CNV_TCGA()
function.
Other helper function for CNV data analysis:
.CNV_all_cancer()
,
.CNVratio_tumor()
if (FALSE) {
lapply(EIF, .CNV_ind_cancer, df = .TCGA_CNV_sampletype_subset)
}