R/plotDegPca.R

#' Plot differentially expressed gene principal component analysis
#'
#' This function is an extension of `plotPCA()` that is optimized for automatic
#' handling of differentially expressed genes, rather than requiring manual
#' input of a gene vector or subset object.
#'
#' To adjust the annotation columns, modify the `colData()` of the `counts`
#' argument, which must contain/extend a `SummarizedExperiment`.
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @examples
#' showMethods("plotDegPca")
setGeneric(
    name = "plotDegPca",
    def = function(object, ...) {
        standardGeneric("plotDegPca")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.