Usage
graphCell(object, row, col = 1, set, ontology = "BP", interact = TRUE, legend.pos = "bottomleft", print.legend = TRUE,
use.col="red", bg.col = "grey80")
Arguments
object
A mvGST
object with a final results.table
row
The row of the desired cell.
col
The column of the desired cell. Column refers to the levels of Var2, if Var2 was used. It is the number of the column after the 1, 0, -1 columns that show the profiles. Default value is 1.
set
Optional argument that is a data frame with the first column containing the GO ID's that should be used to make the GO graph. The data frame returned by pickOut
can be used.
ontology
The ontology, within Gene Ontology, that should be used ("BP", "MF", "CC").
interact
Indicates whether or not the graph should be interactive. If interactive, use esc to end interaction with graph.
legend.pos
If interactive, indicates the desired position of the legend that shows name and GO ID of selected node.
print.legend
Indicates if the legend should also be printed separately, showing GO names of all nodes.
use.col
Color to highlight the nodes representing gene sets of interest in the resulting graph.
bg.col
Color to use for the "background" in the graph when focusing on the gene sets of interest. This is the color used for the border of all nodes, the labels of all nodes NOT representing gene sets of interest, and all edges.