Description Usage Arguments Value Examples
Get the number of layers in a graph
1 |
g |
The input graph. |
The count of the layers.
1 2 3 | g = mully("MyFirstMully",direct = FALSE)
g = addLayer(g, c("Gene", "Drug", "Disease"))
getLayersCount(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.