This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how can i plot a heatmap in shiny from a user input file

How could I plot a heatmap in shiny from a csv file that a user uploaded? its for a school project . thanks

r shiny heatmap

2 answers

HI! I appreciate that this has been a long time since your question, but you or anyone else reading this may be interested in this. I just developed a Julia-based GUI tool to plot heatmaps based on Python's Seaborn package, just for the reason you wanted. Though it doesn't make use of R's shiny, it's a similar environment. Just 10-15 min to get it running. Very minimal/no coding is required for this. Just need to click to input .xlsx/.csv/.txt files and a heatmap would be produced. At the minute, only heatmaps are supported. In the near future, additional plotting types and functionalities will be supported. This is the link with the full information and instruction:

https://github.com/srgk26/easy_plotting.app

Instead of posting this info in multiple past heatmap threads consider creating a tool post with this information. Click on the tools link in top navigation bar to get an idea of what that post should look like.

Thank you. I just created a tool post with the information.

Log in to answer this question.