Whether multi views can based on a shared data to add its own data? #3297
Replies: 1 comment
-
|
Please post questions about Cytoscape desktop to the cytoscape-helpdesk google group: https://groups.google.com/g/cytoscape-helpdesk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cytoscape can generate
View 1based onData 1. Then, more custom data for the view can be added toView 1(so the current data ofView 1is:Data 1+Data View 1). After that, more data can also be added toView 2based onData 1(so the current data onView 2is:Data 1+Data View 2).If we modify Data 1 in
View 1, thenData 1inView 2will change accordingly (because the same base data is used). Can this be achieved in Cytoscape?If not, is it possible to create
View 1andView 2forData 1, and then haveView 1display only specific filteredData 1-1andView 2display only specific filteredData 1-2?Beta Was this translation helpful? Give feedback.
All reactions