powered by
Grouphmap: Automated one-step common analysis of Batch expression profile
ghmap(Path, conRep, treRep, OrgDb, TYPE, UP = TRUE, cutree, TOP)
p1
"File storage path." Two groups are one file, and the control group should before the treatment group.
Number of repetitions in control group.
Number of repetitions in treatment group.
org.Mm.eg.db, org.Hs.eg.db, and org.Sc.sgd.db. Please library().
"SYMBOL","ENSEMBOL"...
up is TRUE and down is FALSE
heatmap can be devided multiple modules that make the functional difference and similarity of those group to be obvious
the numeric.Such as 10 is the top 10 of GO analysis in each file.
library(org.Mm.eg.db) Path<-system.file("extdata", package = "Grouphmap") ghmap(Path,2,2,org.Mm.eg.db,"ENSEMBL",FALSE,2,10)
Run the code above in your browser using DataLab