This repo contains updated code for BMC Bioinformatics for the paper "Replacing Normalizations with Interval Assumptions Enhances Differential Expression and Differential Abundance Analyses"
See prior release for code used for the preprint paper.
This requires the INDExA package version 0.1.0 which can be found at https://github.com/Silverman-Lab/INDExA. The version is tagged here: https://github.com/Silverman-Lab/INDExA/releases/tag/v0.1.0.
For the CCRCC analysis, the following files must be downloaded and unzipped to enable analysis:
- GSE62944_01_27_15_TCGA_20_CancerType_Samples.txt
- GSE62944_06_01_15_TCGA_24_Normal_CancerType_Samples.txt
- GSM1536837_06_01_15_TCGA_24.tumor_Rsubread_FeatureCounts.txt
- GSM1697009_06_01_15_TCGA_24.normal_Rsubread_FeatureCounts.txt
- Under
project_code/outputthe intermediate files can be found, thus re-analysis is not needed. However, here are details on how to recreate these files and make figures if needed:- figure_2: First run
bash run_all.sh, then runRscript make_plot_2.R, then make the figure using the ipython notebook - figure_3: First run
Rscript make_plot_3_data.R, then make the figure using the ipython notebook - figure_s2: First run
Rscript make_plot_S2_data.R, then runRscript make_plot_S2.R, then make the figure using the ipython notebook
- figure_2: First run