An internal helper function selects the data of input gene EIF from the data frame CCLE_RNAseq - a global variable generated from initialize_proteomics_data.

.get_CCLE_RNAseq_subset(gene_name)

Arguments

gene_name

gene name

Value

a data frame of CCLE RNAseq data from the input gene_name genes

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_Proteomics_subset()

Examples

if (FALSE) {
.get_CCLE_RNAseq_subset()
}