Nothing
#' @rdname aberrant
#' @export
setGeneric("aberrant", function(object, ...) standardGeneric("aberrant"))
#' @importFrom DESeq2 dispersions
#' @noRd
#' @export
DESeq2::dispersions
#' @rdname filterExpression
#' @export
setGeneric("filterExpression", function(object, ...)
standardGeneric("filterExpression"))
#' @importFrom generics fit
#' @noRd
#' @export
generics::fit
#' @rdname plotFunctions
#' @export
setGeneric("plotAberrantPerSample", function(object, ...)
standardGeneric("plotAberrantPerSample"))
#' @rdname plotFunctions
#' @export
setGeneric("plotCountCorHeatmap", function(object, ...)
standardGeneric("plotCountCorHeatmap"))
#' @importFrom DESeq2 plotDispEsts
#' @noRd
#' @export
DESeq2::plotDispEsts
#' @rdname plotFunctions
#' @export
setGeneric("plotEncDimSearch", function(object, ...)
standardGeneric("plotEncDimSearch"))
#' @rdname plotFunctions
#' @export
setGeneric("plotQQ", function(object, ...) standardGeneric("plotQQ"))
#' @rdname plotFunctions
#' @export
setGeneric("plotVolcano", function(object, ...) standardGeneric("plotVolcano"))
#' @rdname results
#' @export
setGeneric("results", function(object, ...) standardGeneric("results"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.