R/RNAProCorr.R
dot-plot_scatter_RNApro_CCLE.Rd
An internal composite function generates correlation scatter plot for eIF4F RNAseq and proteomics data from CCLE.
.plot_scatter_RNApro_CCLE(gene_name)
gene name
This function
merges the CCLE RNAseq values of EIF4F genes in the data frame prepared
from .get_CCLE_RNAseq_subset()
, the annotation data of CCLE CCLE_Anno
,
and proteomics data of the same EIF4F protein in the data frame prepared
from .get_CCLE_Proteomics_subset()
.
uses the combined data to calculate the correlation coefficients
between protein and RNA levels, and plot the result with the function
.RNApro_scatterplot()
This function is not accessible to the user and will not show at the users'
workspace. It can only be called by the exported EIF4F_RNA_pro_correlation()
function.
Side effects:
(1) scatter plot to show correlation between RNA and protein of
input gene_name
expressions in CCLE samples
Other composite function to call RNA protein correlation analysis and
plotting:
.plot_scatter_RNApro_LUAD()