You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscape-discuss
Hi,
I am porting a cytoscape 2.x plugin to a 3.0 app. The old plugin uses a
few classes in the cytoscape.data package but I can't find equivalents
in 3.0 API. Could someone please show me where they are moved to ? Thank
you!
Dazhi
Scooter Morris
unread,
May 21, 2012, 5:59:42 PM5/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscap...@googlegroups.com, Jiao, Dazhi
Hi Dazhi,
CyAttributes have completely gone away and have been replaced by
CyTables. The CyTables classes are in org.cytoscape.model.
-- scooter
Jiao, Dazhi
unread,
May 21, 2012, 9:36:15 PM5/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Scooter Morris, cytoscap...@googlegroups.com
Thanks scooter! How about the class cytoscape.data.ExpressionData and
cytoscape.data.mRNAMeasurement in 2.x?
Scooter Morris
unread,
May 22, 2012, 11:17:50 AM5/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscap...@googlegroups.com, Jiao, Dazhi
Those are gone. They weren't used much as far as I know...