--
You received this message because you are subscribed to the Google Groups "cytoscape-helpdesk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cytoscape-helpd...@googlegroups.com.
To post to this group, send email to cytoscape...@googlegroups.com.
Visit this group at https://groups.google.com/group/cytoscape-helpdesk.
To view this discussion on the web visit https://groups.google.com/d/msgid/cytoscape-helpdesk/4da05094-5da7-42f1-a71a-71e899af1273%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Oops, never mind my previous response. I was thinking of other functions I recently added :)Group functions work fine in 3.6.1. The default value for “nodes.by.col” is SUID. This is for more reliable referencing across functions. However, you can use node names (like in your example), but you have to specify nodes.by.col = “name”
Hope this helps!- Alex
On Aug 16, 2018, at 6:32 PM, Alex Pico <alex...@gladstone.ucsf.edu> wrote:
HI M,The group functions are only supported in Cytoscape 3.7+. You should be seeing a message explaining this when you attempt the functions in 3.6.1, for example. Version 3.7 will be out in early Fall. You can get a pre-beta, dev version at code.cytoscape.org.
- Alex
On Aug 16, 2018, at 5:56 PM, Mehdi <mehdibo...@gmail.com> wrote:
Hello --
Probably pretty naive question, new to RCy3! I am confused how to identify certain nodes in a network in order to put them into a group.
I understand the usage for createGroup is:
createGroup(group.name, nodes = NULL, nodes.by.col = "SUID",
network = NULL, base.url = .defaultBaseUrl)
Lets say I have three nodes named "AKT1", "AKT2", and "AKT3" that I want to group into "AKT".
I tried:
createGroup("AKT", nodes = c("AKT1","AKT2","AKT3"))
Doesn't work. I'm guessing I have a lack of understanding for how to identify and select nodes in a network. Any help would be greatly appreciated!
-M
--
You received this message because you are subscribed to the Google Groups "cytoscape-helpdesk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cytoscape-helpdesk+unsub...@googlegroups.com.