comparison fastqc_report.Rmd @ 6:e629c2288316 draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report commit 9285c2b8ad41a486dde2a87600a6b8267841c8b5-dirty
author mingchen0919
date Tue, 08 Aug 2017 10:40:22 -0400
parents 0374e090e38e
children 2efa46ce2c4c
comparison
equal deleted inserted replaced
5:3b275377dd27 6:e629c2288316
10 library(stringr) 10 library(stringr)
11 library(dplyr) 11 library(dplyr)
12 library(highcharter) 12 library(highcharter)
13 library(DT) 13 library(DT)
14 library(reshape2) 14 library(reshape2)
15 # library(Kmisc)
16 library(plotly) 15 library(plotly)
17 library(formattable) 16 library(formattable)
18 library(htmltools) 17 library(htmltools)
19 ``` 18 ```
20 19