Learn R Programming

stringgaussnet (version 1.1)

resetCytoscapeSession:

Reset Cytoscape session

Description

This function is useful to reset a Cytoscape session and to be sure that all networks and styles are removed before importing new ones.

Usage

resetCytoscapeSession(port.number = 1234)

Arguments

port.number

The local port number used by cyREST plugin to communicate with Cytoscape. By default it uses 1234.

See Also

addGraphToCytoscape saveCytoscapeSession

Examples

Run this code
# data(SpADataExpression)
# data(SpADEGenes)
# data(SpASamples)
# SpAData<-DEGeneExpr(t(SpADataExpression),SpADEGenes)

# StatusFactor<-paste(SpASamples$status,SpASamples$b27,sep=".")
# names(StatusFactor)=SpASamples$chipnum

# NodesForSIMoNe<-rownames(SpADEGenes)[1:17]
# GaussianSpAData<-DEGeneExpr(t(SpADataExpression[NodesForSIMoNe,]),SpADEGenes[NodesForSIMoNe,])

# GlobalSIMoNeNetNF<-getSIMoNeNet(GaussianSpAData)
# GlobalSIMoNeNet<-FilterEdges(GlobalSIMoNeNetNF,0.4)

# resetCytoscapeSession()
# addNetworkStyle("SIMoNeNet",class(GlobalSIMoNeNet),points.size.map="P.Value",
#	points.fill.map="logFC")
# NetId<-addGraphToCytoscape(GlobalSIMoNeNet)

Run the code above in your browser using DataLab