-
Notifications
You must be signed in to change notification settings - Fork 8
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
node coloring glitch when loading network from database #1080
Comments
I tried this on beta 7.0.13 and this behavior no longer seems to be occurring. However, I do see that this is an issue when checking and unchecking node coloring for PPIs. @kdahlquist Should I disable the ability to check or uncheck node coloring for PPIs? |
I think we should keep the ability to check/uncheck node coloring for PPIs. People might have protein-expression data that they want to visualize or they might want to overlay the mRNA expression data on the PPI network. |
Yes, those options should show because they enable the user to customize how the nodes are colored. |
…ring is clicked and viewing a PPI. Want to change so that Warnings List is already collapsed and can view warning message immediately. Also found issue where Can enable node coloring from left panel with PPI but not with navbar menu
We clarified at the 4/23 meeting that we can go ahead and have the warning appear each time. A “don’t show this again” option might be something for the future |
Here are the use cases:
For the warning message, will you please replace the word "accurate" with "appropriate". I don't think we need to have the sentence about checking the format of their workbook. Presumably if they made their workbook with expression data, they meant to do that. While I am thinking about it, the use cases for a GRN should be:
I.e., if a user is not uploading their own data through a file upload, then they should be forced to enable node coloring. |
Got it. There are cases that should default to disabled or enabled, but are there any cases where we completely disable the option to enable node coloring? Previously, the node coloring menu was grayed out when using PPIs, so is there another case where we would do the same? |
I don't think there is a case where it would be grayed out completely. |
…Is, but need to make sure node coloring sidebar not disabled when first load PPI and that don't get long list of console warnings when load PPI the first time
… for PPIs to be in warnings list
#1080: Display warning when node coloring enabled for PPIs
After reviewing the deployment on
|
@ceciliazaragoza will also move the warning message outside of the network-opening routine so that it will only open at the point that node coloring is enabled. This will result in a distinct dialog from the one used in the PR, which is meant to catch data integrity issues with an uploaded workbook or network |
"The node coloring options only appear in the menu bar and not the sidebar after activation" issue. Is it the same issue I reported #1055? |
I was able to make the sidebar and navbar display all node coloring options when node coloring enabled by adding a boolean var to grnState. I still have to investigate how to make node coloring display on PPI nodes. |
…out attribute not having .length. will probably have to go back to #1080 and reserve issue there
…correctly for node coloring. investigating why when load a database, it says it's NETWORK_PPI_MODE and even though node coloring enabled, node coloring doesn't display on node until change dataset and len of timepoints array is 0, so not querying expression database correctly
… warning displays when load a database too
…MODE, and removed that code so that now databases load in correct mode
…r and side menu display the same status of node coloring and when node coloring disabled, the navbar and sidebar options for node coloring are hidden
Do this in beta 7.0.8:
This bug is also seen in production 6.0.7
The text was updated successfully, but these errors were encountered: