#' @rdname exprMat
#' @export
setGeneric("exprMat<-", function(x, ...) standardGeneric("exprMat<-"))
#' @rdname exprMat
#' @export
setGeneric("exprMat", function(x, ...) standardGeneric("exprMat"))
#' @rdname regMatrix
#' @export
setGeneric("regMatrix<-", function(x, ...) standardGeneric("regMatrix<-"))
#' @rdname regMatrix
#' @export
setGeneric("regMatrix", function(x, ...) standardGeneric("regMatrix"))
#' @rdname regPredictors
#' @export
setGeneric("regPredictors", function(x, ...) standardGeneric("regPredictors"))
#' @rdname nonRegGenes
#' @export
setGeneric("nonRegGenes", function(x, ...) standardGeneric("nonRegGenes"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.