Skip to content

This repository stores scripts and results for the case study in the ADAGE signature analysis paper.

Notifications You must be signed in to change notification settings

tj8901nm/SignatureAnalysis-CaseStudy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

SignatureAnalysis-CaseStudy

This repository is for reproducing the results of a case study in the ADAGE signature analysis paper.

The ADAGE signature analysis was performed in R using the ADAGEpath package. We also performed the GSEA analysis as a comparison.

Here are the steps to repeat the analysis:

  • Clone this repository.
  • Install the R packages readr, DT, knitr, VennDiagram from CRAN.
install.packages("devtools")
devtools::install_cran(c("readr", "DT", "knitr", "VennDiagram"))
  • Install ADAGEpath from github.
devtools::install_github("greenelab/ADAGEpath")

About

This repository stores scripts and results for the case study in the ADAGE signature analysis paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.3%
  • CSS 1.7%