#' Plot counts per feature
#'
#' Generally, we expect similar count spreads for all genes between samples
#' unless the library sizes or total RNA expression are different.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotCountsPerFeature")
setGeneric(
name = "plotCountsPerFeature",
def = function(object, ...) {
standardGeneric("plotCountsPerFeature")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.