R/GARS_outputGenerics.r

#' @rdname MatrixFeatures
#' @export
setGeneric("MatrixFeatures", function(x){
    standardGeneric("MatrixFeatures")
})
#' @rdname LastPop
#' @export
setGeneric("LastPop", function(x){
    standardGeneric("LastPop")
})
#' @rdname AllPop
#' @export
setGeneric("AllPop", function(x){
    standardGeneric("AllPop")
})
#' @rdname FitScore
#' @export
setGeneric("FitScore", function(x){
    standardGeneric("FitScore")
})
BioinfoMonzino/GARS documentation built on Aug. 2, 2021, 1:08 a.m.