Skip to content

metaOmics/MetaDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaDE

Differential analysis of multiple studies

Required packages

  • To install all the required packages, open R console
install.packages("survival","samr","combinat")
source("http://bioconductor.org/biocLite.R")
biocLite("impute")
biocLite("limma")
biocLite("edgeR")
biocLite("DESeq2")
biocLite("Biobase")