Usage
geneConceptNet(inputList, lengthOfRoots=NULL, inputValue = NULL, centroidSize = "geneNum", output = c("fixed", "interactive", "none"), colorMap=NULL, bgColor='#ffffff', matchMode=c('absolute', 'relative'), zeroColorIndex=NULL, verbose=FALSE, symmetry=TRUE)
Arguments
inputList
a character list to generate concept-gene network. Names of the list are concepts.
lengthOfRoots
an integer, how many first elements could be root nodes.
inputValue
NULL or a numeric vector to be used for color of nodes.
centroidSize
'geneNum' or a numeric vector to specify the size of concept nodes.
output
type to specify output figure types
colorMap
a R compatible color character vector, or NULL by embedded color scheme.
bgColor
a R compatible color, default is '#ffffff' (white)
matchMode
the mode of values matching colors, valid only if inputValue is not NULL, see details
zeroColorIndex
index of color corresponding to zero, see details
verbose
logic, determine whether show messages
symmetry
logic, determine whether positive and negative values use the same color level.