Description Details Methods See Also Examples
Passes a ccCompareResult
object to Cytoscape
for interactive visualization of ccCompare
results.
Note that only some basic, required methods have been imported from RCy3
for use with categoryCompare
, and these are hidden in the functions within categoryCompare
and are not visible to the user. If access to all the functionality of RCytoscape
is desired (and trust me, there is a lot of useful stuff in there), then the user should use library(RCy3)
directly.
It should also be noted that deletion of edges via RCy3
is slow, so some edge filtering should be done by breakEdges
prior to using ccOutCyt
.
signature(ccCompRes = "ccCompareResult", ccOpts = "ccOptions", ...)
At a minimum, this method requires a ccCompareResult
and a ccOptions
to work.
... may include:
to override the default layout set by ccCompare
, as well as options
to add a user set string to the Cytoscape window
In addition, any of the arguments to CytoscapeWindow
may also be set, such as host
or port
.
ccCompareResult
ccOptions
ccCompare
CytoscapeWindowClass
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.