#' @rdname counts
#' @export
setGeneric("counts", function(object, ...) standardGeneric("counts"))
#' @rdname counts
#' @export
setGeneric("counts<-", function(object, value) standardGeneric("counts<-"))
#' @rdname excounts
#' @export
setGeneric("excounts", function(object) standardGeneric("excounts"))
#' @rdname excounts
#' @export
setGeneric("excounts<-", function(object, value) standardGeneric("excounts<-"))
#' @rdname sFactors
#' @export
setGeneric("sFactors", function(object) standardGeneric("sFactors"))
#' @rdname sFactors
#' @export
setGeneric("sFactors<-", function(object, value) standardGeneric("sFactors<-"))
#' @rdname paired
#' @export
setGeneric("paired", function(object) standardGeneric("paired"))
#' @rdname paired
#' @export
setGeneric("paired<-", function(object, value) standardGeneric("paired<-"))
#' @rdname results
#' @export
setGeneric("results", function(object,...) standardGeneric("results"))
#' @rdname groups
#' @export
setGeneric("groups", function(object) standardGeneric("groups"))
#' @rdname groups
#' @export
setGeneric("groups<-", function(object,value) standardGeneric("groups<-"))
#' @rdname normMethod
#' @export
setGeneric("normMethod", function(object) standardGeneric("normMethod"))
#' @rdname normMethod
#' @export
setGeneric("normMethod<-", function(object,value) standardGeneric("normMethod<-"))
#' @rdname minRates
#' @export
setGeneric("minRates", function(object) standardGeneric("minRates"))
#' @rdname minRates
#' @export
setGeneric("minRates<-", function(object,value) standardGeneric("minRates<-"))
#' @rdname maxRates
#' @export
setGeneric("maxRates", function(object) standardGeneric("maxRates"))
#' @rdname maxRates
#' @export
setGeneric("maxRates<-", function(object,value) standardGeneric("maxRates<-"))
#' @rdname LevelstoNormFC
#' @export
setGeneric("LevelstoNormFC", function(object) standardGeneric("LevelstoNormFC"))
#' @rdname LevelstoNormFC
#' @export
setGeneric("LevelstoNormFC<-", function(object,value) standardGeneric("LevelstoNormFC<-"))
#' @rdname minimalDispersion
#' @export
setGeneric("minimalDispersion", function(object) standardGeneric("minimalDispersion"))
#' @rdname minimalDispersion
#' @export
setGeneric("minimalDispersion<-", function(object,value) standardGeneric("minimalDispersion<-"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.