initialize,tgCellGraph-method | R Documentation |
This constructs graph object from a data frame on columns col1,col2, weight, (the format returened by tgs_cor_graph). Note this is not intended to serve natively complex graph algs etc, but is just a container for use by scdb and operaitons on scmats (creating a graph) and mcell (using the graph to compute graph covers)
## S4 method for signature 'tgCellGraph'
initialize(.Object, gr, cnames)
gr |
data frame with columns col1 (first node), col2 (second node), weight - float between 0 and 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.