Description Usage Arguments Examples
This function allows you to list graphs available via RESTful API.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
sp.scientific |
Species (Scientific Name) (regex) (optional). |
sp.common |
Species (Common Name) (regex) (optional). |
dataset |
Dataset used as input to learn the graph (Dataset Download Code) (optional). |
bio.layer |
Biological Information Layer (regex) (optional). |
cell.identity |
Biological Cell Identity (regex) (optional). |
algorithm |
Algorithm used to learn the graph (regex) (optional). |
min.nodes |
Minimum Number of Nodes (optional). |
max.nodes |
Maximum Number of Nodes (optional). |
min.edges |
Minimum Number of Edges (optional). |
max.edges |
Maximum Number of Edges (optional). |
1 2 3 | graphs <- list.graphs()
graphs <- list.graphs(sp.common='human')
graphs <- list.graphs(sp.common='mouse')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.