isLayer | R Documentation |
Verify if the layer exists in a graph
isLayer(g, name)
g |
The input graph. |
name |
The name of the layer. |
A boolean value.
g = mully("MyFirstMully",direct = FALSE) g = addLayer(g, c("Gene", "Drug", "Disease")) isLayer(g,"Drug")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.