A composite function analyzes differential expression of eIF4F protein and phosphorylation in CPTAC LUAD data and plots results as boxplots

.plot_boxgraph_protein_CPTAC(protein_list)

Arguments

protein_list

protein names in a vector of string

Details

This function

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_Proteomics_analysis() function.

Side effects:

(1) boxplot to show the different expression of (phospho)protein across different clinical tumor stages

See also

Other composite function to call protein coexpression and differential expression analysis: .plot_scatterplot_protein_CPTAC()

Examples

if (FALSE) {
.plot_boxgraph_protein_CPTAC(c(
  "EIF4G1", "EIF4A1", "EIF4E", "EIF4EBP1",
  "AKT1", "MTOR", "EIF4B", "EIF4H", "MKNK1", "MKNK2"
))
}