Description Usage Arguments Examples
This function allows you to create a ground truth graph from a geneset available via RESTful API or from a local list of edges.
1 | ground.truth(x, to = c("igraph", "adjacency", "edges", "graph", "bnlearn"))
|
x |
Download Code (must be of type 'TF-Target Interactions') or list of edges (data.frame or matrix). |
to |
Output format ('adjacency', 'edges', 'igraph', or 'bn') (optional). |
1 | gt <- ground.truth(2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.