-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post analysis edges + annotations very buggy - loosing nodes from the main network, randomly creating duplicates of nodes #166
Comments
if you un-select the PA nodes that you created when the network was collapsed it removes the collapsed nodes as well as the PA nodes. Re introducing them only brings back the post analysis nodes and not the collapsed nodes. To get the nodes back you have to go back and expand all nodes. |
There is for sure a conflict between collapse/expand and hiding/unhiding post analysis |
I really need this to work. Is this a cytoscape group issue or an AA issue? Will moving to a previous version of AA or cytoscape fix this problem? (I tried using the summary network but that also had the same issue) |
OK I'll make this my top priority. |
Thanks! |
Hi Ruth, Group nodes in Cytoscape are notorious for being a buggy mess. That's the reason we added the summary network function to AA. In fact I may not be able to fix this in EM/AA, its more likely problems with Cytoscape itself. Could you please explain exactly what you are trying to accomplish, and the list of steps you are trying to take (assuming they actually worked properly). We may have to brainstorm an alternate solution that doesn't involve group nodes. |
Send me your session file for now please. |
sent |
Hack using cyrest from R, manually collapse the attributes and resend them to Cytoscape.
|
Take annotated network.
collapse all clusters
run Post analysis on the collapsed network so we can get the true post analysis edges. After running the PA nodes don't show up. Click PA set off and then back on again to see the nodes. --> Missing collapsed nodes and random nodes from some of collapsed set duplicated in left corner.
Expand clusters to get missing clusters back and re-collapse -edges are now there but they are empty. + the appearance of random duplicates
The text was updated successfully, but these errors were encountered: