A helper function plots RNAseq and proteomics data in scatter plot and analyzes the correlation

.RNApro_scatterplot(df, gene_name, cohort)

Arguments

df

dataframe of both RNAseq and proteomics generated inside

gene_name

protein or gene name

cohort

database name. CCLE or LUAD

Details

This function should not be used directly, only inside .plot_scatter_RNApro_CCLE() or .plot_scatter_RNApro_LUAD() function.

Side effects:

(1) scatter plots to show correlation between RNA and protein expressions

See also

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