R/AllGenerics.R

#' @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"))
cmatKhan/bartNP documentation built on Dec. 19, 2021, 5:16 p.m.