#' 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.