knitr::opts_chunk$set(echo = TRUE,warning=FALSE, message=FALSE,out.width="70%") ## This report requires summary files form mothur debug <- FALSE
Started on r format(Sys.time(), "%Y-%m-%d %H:%M:%S")
RDSplot <- plotFromMothurSumm(finalListOfSummaryTables["RawDataSummary"]$RawDataSummary) plot(RDSplot)
DDplot <- plotFromMothurSumm(finalListOfSummaryTables["DeduppedSummary"]$DeduppedSummary) plot(DDplot)
LHplot <- plotFromMothurSumm(finalListOfSummaryTables["LenAndHomopSummary"]$LenAndHomopSummary) plot(LHplot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.