#' Plot total reads
#'
#' High quality RNA-seq samples ideally should have at least 10 million reads
#' per sample.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotTotalReads")
setGeneric(
name = "plotTotalReads",
def = function(object, ...) {
standardGeneric("plotTotalReads")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.