powered by
Verify if the layer exists in a graph
isLayer(g, name)
A boolean value.
The input graph.
The name of the layer.
g = mully("MyFirstMully",direct = FALSE) g = addLayer(g, c("Gene", "Drug", "Disease")) isLayer(g,"Drug")
Run the code above in your browser using DataLab