Mercurial > repos > mingchen0919 > aurora_deseq2
diff rmarkdown_report_render.R @ 11:032447c08f9d draft
planemo upload commit d28f1764ef50ca42f996cada585cfcea9ec04e5a
| author | mingchen0919 |
|---|---|
| date | Tue, 01 May 2018 10:13:52 -0400 |
| parents | fda07562f04a |
| children | b3ea48ff4fe3 |
line wrap: on
line diff
--- a/rmarkdown_report_render.R Tue May 01 10:01:46 2018 -0400 +++ b/rmarkdown_report_render.R Tue May 01 10:13:52 2018 -0400 @@ -13,6 +13,10 @@ library('getopt') library('rmarkdown') library('htmltools') +library('ggplot2') +library('plotly') +library('DESeq2') +library('pheatmap') #------------------------------------------------------------------ options(stringsAsFactors = FALSE)
