
Last chance! 50% off unlimited learning
Sale ends in
ccOutCyt
in Package categoryCompare ccCompareResult
object to Cytoscape
for interactive visualization of ccCompare
results.
signature(ccCompRes = "ccCompareResult", ccOpts = "ccOptions", ...)
ccCompareResult
and a ccOptions
to work.
ccCompare
, as well as optionsCytoscapeWindow
may also be set, such as host
or port
.
RCytoscape
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(RCytoscape)
directly.
ccCompareResult
ccOptions
ccCompare
CytoscapeWindowClass
## Not run:
# hasCy <- (if (.Platform$OS.type %in% "windows") { (length(grep("Cytoscape", system("tasklist", intern=TRUE))) > 0)})
#
# if hasCy {
#
# ccResults$BP <- breakEdges(ccResults$BP, 0.8)
# cwObj <- ccOutCyt(ccResults$BP,ccOpts)
# Sys.sleep(10)
# RCytoscape::deleteWindow(cwObj)
# }
# ## End(Not run)
Run the code above in your browser using DataLab