-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Dash Bio apps - initial impressions #64
Comments
There is actually two out of the 4 data sets (4 times two files, one for protein domains, the other for mutation data) from your link available in the dropdown (I couldn't tell from which protein the 2 other were and I decided not to trust them). Whenever the dropdown is selected, a scroll bar kicks in and the dropdown expand hidden from view, I was trying to play with the
Yes I found the other data sets in the nature paper and this is to retrieve the datasets I spent time coding a parser to download the protein domains of the paper figure (the parser is actually available as the lowest option (UniProt dataset) in the app of the awaiting approval PR #51). I will gather their data and the corresponding protein domains and make them as available choices in the demo dropdown. If I understood correctly, protein domains are always the same and different people publish their mutation data on top of that :). |
The data set of interest is the one on the top left or top right of the threshold (they are highlighted in red). We can't get rid of the Upper and Lower effect size as then it would not be a volcano plot anymore. The aim of such a plot is to spot immediately data points which are statistically significant than two thresholds. I have been trying to find different data sets which are "sexier" but I am not a biologist and the datasets are not transparent to me. There are not either to the actual bio-knowledgable people on dash-bio, because they told me they didn't work with volcano plots in the past. @matthewchan15 found this figure , I will try to get the dataset behind it and make the coloring scheme :) |
Circos
@jackparmer Hey JP, I'm just a little bit confused on this comment. Currently, in this application there are a total of 10 graphs under The contents (data sets of the selected graph) of the drop down Are you looking for more graphs, or graphs containing more data sets? Updated app: https://dash-bio-test-pr-72.herokuapp.com/dash-bio/circos |
Ideogram
@jackparmer Will do. The creator of this project has been very proactive, and I've been in communication with him. I have been added to the list authors for this project as well 👍. I think he will be excited to see what we came up with! Updated app: https://dash-bio-test-pr-71.herokuapp.com/dash-bio/ideogram |
@jackparmer I've set up the github links in the header, but the repository will need to be public for people to view them (currently set to private). Let me know if/when I should change the settings for that |
Hey @Bachibouzouk, I still can't get the dropdown to show the 4 dataset options: I would try remove any overriding CSS like |
@jackparmer , it is fixed in #51 which is waiting for @shammamah review :). You can preview the new app with the heroku deploy : https://dash-bio-test-pr-51.herokuapp.com/dash-bio/needle-plot |
@jackparmer we're having difficulties with deployment (Heroku and dds) for @nchtra 's app, because she needs a module that requires other modules to be preinstalled (mdtraj), so this requires us to make the Dds seems to have difficulties with this, we've tried different buildpack urls for conda, that did not work, and @gzork now tried a Docker setup, but that also seems to be having issues: https://github.com/plotly/streambed/issues/10577#issuecomment-443977956 So I've asked Chitra if she could find another module to replace as it looks like it may take some time to fix the conda flow. She's working on that now. |
Thanks for the update :)
Definitely would like to understand why a conda buildpack isn't working
longterm - conda has become such a standard and `mdtraj` looks popular.
…On Tue, Dec 4, 2018 at 4:05 PM VeraZab ***@***.***> wrote:
@jackparmer <https://github.com/jackparmer> we're having difficulties
with deployment (Heroku and dds) for @nchtra <https://github.com/nchtra>
's app, because she needs a module that requires other modules to be
preinstalled (mdtraj), so this requires us to make the conda based
workflow to work.
Dds seems to have difficulties with this, we've tried different buildpack
urls for conda, that did not work, and @gzork <https://github.com/gzork>
now tried a Docker setup, but that also seems to be having issues: plotly/streambed#10577
(comment)
<https://github.com/plotly/streambed/issues/10577#issuecomment-443977956>
So I've asked Chitra if she could find another module to replace as it
looks like it may take some time to fix the conda flow. She's working on
that now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#64 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABx4augf9x86JZhykBRkwa62Y2iWm4ekks5u1uN-gaJpZM4Y8rwy>
.
|
@matthewchan15 @Bachibouzouk Fernando gave us some great feedback - make sure that the |
the feedbacks listed in this issue have been implemented |
@jackparmer (I kept this unread to answer with more context). There is more info in this issue https://github.com/plotly/streambed/issues/11803, but TL;DR is basically we have to support different versions of Miniconda, which is not done by the official buildpack (which is deprecated by Heroku), and we need to support Isolated/Airgapped installs, which is specific to our product offering unlike Heroku. but this is a WIP, and we should be able to support conda dash app deployments in DDS in |
First-level impressions clicking through Dash Bio gallery beta apps: https://dash-gallery.plotly.host/dash-bio
Header
Would be great to have a GitHub link in the upper-right of the header that links to the code for each app on GitHub.
Dash Circos
Dash Clustergram
mtcars
dataset is a "classic:"https://cran.rstudio.com/web/packages/heatmaply/vignettes/heatmaply.html
Dash Ideogram
Manhattan Plot
closest
by defaultSequence Viewer
Dash needle plot
Stem thickness
are too large in font-size IMO.https://github.com/jackparmer/react-needle-plot/tree/master/src/data
On one of the Dash Bio calls I thought you had also found others in a Nature paper.
Volcano
hover mode
toclosest
Remaining apps
The text was updated successfully, but these errors were encountered: