#' @describeIn rqcGroupCycleAverageQualityPlot calculates necessary statistics
#' @export
rqcGroupCycleAverageQualityCalc <- function(rqcResultSet)
{
df <- rqcCycleAverageQualityCalc(rqcResultSet)
ddply(df, c("group", "cycle"), function(x) data.frame(quality = mean(x$quality)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.