diff heatmap_viz.R @ 2:2a04fffda914 draft

planemo upload commit 4efc56eb769fbceb66c64181441ff8781d523454-dirty
author proteore
date Mon, 04 Mar 2019 08:36:59 -0500
parents b8a5139cf5b9
children
line wrap: on
line diff
--- a/heatmap_viz.R	Mon Feb 18 05:58:08 2019 -0500
+++ b/heatmap_viz.R	Mon Mar 04 08:36:59 2019 -0500
@@ -1,4 +1,5 @@
 #!/usr/bin/Rscript
+options(warn=-1)  #TURN OFF WARNINGS !!!!!!
 
 suppressMessages(library('plotly',quietly = T))
 suppressMessages(library('heatmaply',quietly = T))