How could I plot a heatmap in shiny from a csv file that a user uploaded? its for a school project . thanks
How could I plot a heatmap in shiny from a csv file that a user uploaded? its for a school project . thanks
Check out shinyHeatmaply https://www.r-statistics.com/2017/03/shinyheatmaply-a-shiny-app-for-creating-interactive-cluster-heatmaps/
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:
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Instead of posting this info in multiple past heatmap threads consider creating a
tool
post with this information. Click on thetools
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.