A wrapper function to call all composite functions for PCA
EIF4F_PCA()
This function run three composite functions together:
Side effects:
(1) PCA biplots (PCA score plot + loading plot) on screen and as pdf files: PCA score plot shows the clusters of samples based on their similarity and loading plot shows how strongly each characteristic influences a principal component.
(2) matrix plots on screen and as pdf files to show the quality of representation of the variables.
(3) scree plots on screen and as pdf files to display how much variation each principal component captures from the data.
Other wrapper function to call all composite functions with inputs:
EIF4F_CNV_analysis()
,
EIF4F_Corrgene_analysis()
,
EIF4F_DEG_analysis()
,
EIF4F_Proteomics_analysis()
,
EIF4F_RNA_pro_correlation()
,
EIF4F_Survival_analysis()
if (FALSE) {
EIF4F_PCA()
}