Usage
groupReport(dataMatrix, gAList, topCat=10, methodOfCluster=c('mds', 'sort'), matrixOfHeatmap=NULL, clusterTable=c('geneNum', 'pvalue', NULL), catTerm=TRUE,
fileName = "multiConceptsGenes.html", title='Multigroup Genes Concepts Analysis', catType=c('GO', 'KEGG', 'DOLITE', 'REACTOME.PATH', 'CABIO.PATH', 'Unknown'),
reverseOfCluster=FALSE, colorValueColumn = NULL, annLib=c('org.Hs.eg.db', 'org.Rn.eg.db', 'org.Mm.eg.db', 'org.Dm.eg.db'), nameLength=94, addID=TRUE, interactive=FALSE,
bgColor='#ffffff', keepCytoscapeFiles=TRUE, wordleOn=FALSE, ...)
Arguments
gAList
a GeneAnswers instance list.
topCat
number to specify how many top concepts-genes analysis will show.
methodOfCluster
cluster method
matrixOfHeatmap
NULL or a concepts-genes matrix generated by getConceptTable
, which is used to show enrichment test significance for each concept. clusterTable
cluster data to specify which type of values will be used for cluster.
catTerm
logic, determine whether mapping category IDs to names
fileName
output html file name
catType
category type, current version supports 'GO', 'KEGG', 'DOLITE', 'REACTOME.PATH', 'CABIO.PATH' and customized annotation libraries, 'Unknown'.
reverseOfCluster
logic, whether reverse the cluster order.
colorValueColumn
numbers or column names of geneInput slots of the given GeneAnswers instance list to specify the colors of leaves
annLib
annotation librarry names, current version supports 'org.Hs.eg.db', 'org.Rn.eg.db', 'org.Mm.eg.db' and 'org.Dm.eg.db'.
nameLength
show how many first letters for long term names, 'all' for full name, default value is 94.
addID
logic, add term IDs following term names or not
interactive
logic, determine whether network is interactive or not. Interactive network requires java and flash supports.
bgColor
a R compatible color for html background color.
keepCytoscapeFiles
logic, determine whether to keep cytoscape files if interactive is set to TRUE
wordleOn
logic, determine whether a geneRif based worl cloud is generated or not. This requires an internet connection.
...
other parameters used by 'sort'