Usage
geneAnswersConceptRelation(x, showCats=c(1:5), conceptsIDs=NULL, directed=TRUE, direction=c('down', 'up', 'both'), catTerm=TRUE, catID=FALSE, nameLength='all', ...)
Arguments
showCats
a numeric or string vector specified categories
conceptsIDs
a vector or a data frame or matrix containing possible relative concepts, see details
directed
logic, the network is a directed or not
direction
search direction, it could be 'up', 'down' and 'both'. Valid for directed network only.
catTerm
a logic value to specify whether mapping category IDs to category names
catID
a logic value to specify whether show category IDs when catTerm is set to TRUE
nameLength
show how many first letters for long term names, 'all' for full name
...
other parameters used by 'getConnectedGraph'