gcn | R Documentation |
Gene Concept Network Plot Simple generator of gene concept network plots using enrichment object
gcn(
x,
nodes = 5,
label.size = "medium",
category.labels = TRUE,
circle = FALSE,
color.lines = TRUE
)
x |
enrichment object output from running mkEnrich |
nodes |
number of nodes (enriched pathways) to plot. default is 4 |
label.size |
How large to make the gene labels (none, teeny, small, medium, large) |
category.labels |
LOGICAL. Should category (i.e. node or module labels) be printed (default=TRUE) |
circle |
Logical. Should the plot be constrained to a circle (default=FALSE) |
color.lines |
Logical. Should the lines be colored by gene set? (default=FALSE) |
GCN plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.