#' Variance-stabilizing transformation type
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character(1)`.
#' Transformation method name.
#'
#' @examples
#' showMethods("transformType")
setGeneric(
name = "transformType",
def = function(object, ...) {
standardGeneric("transformType")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.