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)

Arguments

gene_name

gene name

Value

a data frame of CCLE proteomics data from the input gene_name

Details

The function should not be used directly, only inside .plot_scatter_RNApro_CCLE() function.

See also

Other helper function for RNA protein correlation analysis: .RNApro_scatterplot(), .get_CCLE_RNAseq_subset()

Examples

if (FALSE) {
.get_CCLE_Proteomics_subset()
}