This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can anyone suggest a RShiny app for displaying RNA-seq results online

Im currently building an RShiny app to display our RNA-seq analysis data online. No point in reinventing the wheel, so if anyone knows of the location of an app already built and open source then let me know

Regards, Kenneth

rna-seq rshiny

4 answers

If you haven't decided on your workflow, kallisto + sleuth has a shiny output.

my group has actually tried this...however there is a very common error they got stuck at that appears to have no resolution yet ... something to do with X11 im not sure.

See also the "Lair" at Lior Pachter's lab

This website houses a database providing interactive access to the (re)analysis of publicly available RNA-Seq data presented in published papers. The resource is powered by kallisto, sleuth, the Snakemake workflow management system and the Shiny web application framework. GitHub repositories with the source code for the project are located at bears_analyses and lair.

http://pachterlab.github.io/lair/analyses/

Unfortunately sleuth requires quantification with Kalisto...while ours is a tophat/cufflinks/cuffdiff pipeline.

I strongly recommend you replace your tophat+cufflinks+cuffdiff2 pipeline with kallisto+sleuth.

Agreed, but my hands are tied on this one...it is part of a university project to replicate someone else's data with the pipeline they use.

thanks though

Why kallisto+sleuth is better than tophat+cufflinks+cuffdiff2 pipeline?

How about iDEP ? It has nice documentation and manucript. It offers heatmap, k-means, PCA, differential expression analysis, pathway analysis, biclustering, and more.

This is an old post, and my answer is not what the OP wants (I think it is Ruby on Rails, not Rshiny), but Degust seems really nice.

Log in to answer this question.