Dear Cytoscape users,
I am using Cytoscape (V 2.8.1) with CytoscapeRPC plugin to view large scalenetworks. I am getting the following error.
g <- new ("graphAM", adjMat = adjmat, edgemode="undirected")
cw <- new.CytoscapeWindow ('vignette', graph=g, overwriteWindow=TRUE)
nodes have no label attribute -- adding default labels
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘nodeData<-’ for
signature ‘"graphAM", "matrix", "character"’
Can someone advise me in fixing this error. Thanks... !
Paul, where is the proper forum to discuss potential bugs and possibly contribution for RCy3? The github repo?