knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Load eIF4F.analysis library.
# install eIF4F.analysis package devtools::install_github("a3609640/eIF4F.analysis") # load eif4F.analysis library(eIF4F.analysis)
Run the initialize_dir()
command to create the sub-directories under ~/Documents/EIF_output
to store the output files.
initialize_dir()
Load the font types, size and orientation for plotting functions.
initialize_format()
Load all needed TCGA, GTEX, CPTAC and CCLE datasets download by Download.sh
for the following analyses.
initialize_data()
12 global variables will be saved at csv files under ~/eIF4F.analysis/eIF4F_output/ProcessedData
{width="384"}
EIF4F_CNV_analysis()
Results will be saved as following
{width="335"}
EIF4F_DEG_analysis()
{width="342"}
EIF4F_Survival_analysis()
{width="537"}
EIF4F_PCA()
{width="552"}
EIF4F_Corrgene_analysis()
{width="367"}
EIF4F_RNA_pro_correlation()
{width="333"}
EIF4F_Proteomics_analysis()
{width="544"}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.