R/Proteomics.R
EIF4F_Proteomics_analysis.Rd
A wrapper function to call two composite functions for protein coexpression and differential expression.
EIF4F_Proteomics_analysis()
This function run the internal composite functions .plot_scatterplot_protein_CPTAC()
and .plot_boxgraph_protein_CPTAC()
with EIF4F gene name as inputs.
Side effects:
(1) scatter plot to show correlation between two protein expressions in CPTAC LUAD samples
(2) boxplot to show the different expression of protein across different clinical tumor stages
Other wrapper function to call all composite functions with inputs:
EIF4F_CNV_analysis()
,
EIF4F_Corrgene_analysis()
,
EIF4F_DEG_analysis()
,
EIF4F_PCA()
,
EIF4F_RNA_pro_correlation()
,
EIF4F_Survival_analysis()
if (FALSE) {
EIF4F_Proteomics_analysis()
}