GOheatmap | R Documentation |
generate a matrix to be used as input to a heat map
GOheatmap(sampleList, x, thresh, fdrThresh = 0.105)
sampleList |
character list of gene names |
x |
DB component of return value of GOtable3() |
thresh |
output of GOthresh() |
fdrThresh |
numeric value of FDR acceptance threshold |
returns a matrix to be used as input to a heat map
## Not run:
# GOGOA3.RData is too large to include in the R package
# you can generate it using the package 'minimalistGODB'
# or you can retrieve it from https://github.com/barryzee/GO
#load("~/GODB_RDATA/GOGOA3.RData")
ONT<-"biological_process"
DB<-GOGOA3$ontologies[[ONT]]
#load("data/cluster52.RData")
sampleList<-cluster52
#load("data/x_thresh.RData")
heatmap<-GOheatmap(sampleList,DB,x_thresh)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.