-
Notifications
You must be signed in to change notification settings - Fork 15
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
Possibility to add DESeq2 normalization and showing it on heatmap #138
Comments
Part of #44. |
Yeah I would do that for DESeq2, but my question is a little bit different, I wanted to a differential expression calculation as well as show the normalized (by DESeq2) heatmap. The first part is doable as per my understanding but the second part needs to be written in javascript. Is that correct? |
That is correct. My point was that if you run into difficulties with Javascript part (because it's kinda actually huge to understand), we would implement that part by ourself. If you share your ideas about UI among your PR it would be also a huge help. |
Got it thanks |
@shashj we also consider implementing limma+voom based pipeline, as there visualization and differential expression are coupled better, compared to DESeq2, where |
On the second glance, implementing the geometric mean normalization isn't that hard, the DESeq2 implementation is pretty straightforward: https://github.com/mikelove/DESeq2/blob/master/R/core.R#L481 |
@vlakam
I was just thinking of a possibility to add DESeq2 normalization (median-based) in phantasus and displaying that as a heatmap. I was going through phantasus code to do that, I found that to get a heatmap, one has to do the operations in javascript itself. Is it possible to do a matrix operation in R and then reflect it to the heatmap? I would be happy to contribute if that is the case.
Thanks
The text was updated successfully, but these errors were encountered: