Description Usage Arguments Value Examples
wrapper to convert a data.frame from RITAN an igraph graph object
1 |
mat |
matrix or data frame describing a network |
p1 |
[1] column of first interactor |
p2 |
[3] column of second interactor |
... |
further options passed on to igraph::graph() |
igraph object
1 2 3 4 | ## Not run:
G <- as.graph(network_list$PID)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.