Mercurial > repos > mingchen0919 > rmarkdown_fastqc_report
diff fastqc_report_render.R @ 19:8c79e5b7cfc0 draft default tip
add boxplot for per base sequence quality
author | mingchen0919 |
---|---|
date | Thu, 09 Nov 2017 09:49:46 -0500 |
parents | 1710b0e874f1 |
children |
line wrap: on
line diff
--- a/fastqc_report_render.R Thu Nov 09 09:22:09 2017 -0500 +++ b/fastqc_report_render.R Thu Nov 09 09:49:46 2017 -0500 @@ -4,11 +4,9 @@ library(plyr) library(dplyr) library(stringr) -library(highcharter) library(DT) library(reshape2) library(plotly) -library(formattable) options(stringsAsFactors=FALSE, useFancyQuotes=FALSE) ##============ Sink warnings and errors to a file ==============