Mercurial > repos > mingchen0919 > aurora_deseq2
changeset 11:032447c08f9d draft
planemo upload commit d28f1764ef50ca42f996cada585cfcea9ec04e5a
author | mingchen0919 |
---|---|
date | Tue, 01 May 2018 10:13:52 -0400 |
parents | fda07562f04a |
children | 771aea048df6 |
files | rmarkdown_report_render.R |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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)