#' Principal component analysis plot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @seealso
#' - `BiocGenerics::plotPCA`.
#'
#' @examples
#' showMethods("plotPca")
setGeneric(
name = "plotPca",
def = function(object, ...) {
standardGeneric("plotPca")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.