R/CNV.R
dot-CNVratio_tumor.Rd
This function selects the CNV ratio data in tumors vs adjacent normals from individual TCGA cancer types for each input gene.
.CNVratio_tumor(df, gene)
.TCGA_CNVratio_sampletype_subset
generated inside
.plot_boxgraph_CNVratio_TCGA()
one gene from the input argument of .plot_boxgraph_CNVratio_TCGA()
a list with the data frame of CNV ratio of the input gene in individual TCGA cancer types and gene name
It should not be used directly, only inside
.plot_boxgraph_CNVratio_TCGA()
function.
Other helper function for CNV data analysis:
.CNV_all_cancer()
,
.CNV_ind_cancer()
if (FALSE) {
lapply(EIF, .CNVratio_tumor, df = .TCGA_CNVratio_sampletype_subset)
}