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 1
based onData 1
. Then, more custom data for the view can be added toView 1
(so the current data ofView 1
is:Data 1
+Data View 1
). After that, more data can also be added toView 2
based onData 1
(so the current data onView 2
is:Data 1
+Data View 2
).If we modify Data 1 in
View 1
, thenData 1
inView 2
will change accordingly (because the same base data is used). Can this be achieved in Cytoscape?If not, is it possible to create
View 1
andView 2
forData 1
, and then haveView 1
display only specific filteredData 1-1
andView 2
display only specific filteredData 1-2
?Beta Was this translation helpful? Give feedback.
All reactions