A helper function selects the data of input gene gene_name
.
from the data frame CCLE_Proteomics
- a global variable generated from
initialize_proteomics_data.
.get_CCLE_Proteomics_subset(gene_name)
gene name
a data frame of CCLE proteomics data from the input gene_name
The function should not be used directly, only inside
.plot_scatter_RNApro_CCLE()
function.
Other helper function for RNA protein correlation analysis:
.RNApro_scatterplot()
,
.get_CCLE_RNAseq_subset()
if (FALSE) {
.get_CCLE_Proteomics_subset()
}