R/AllGenerics.R

##' Method extracts \code{tibbles} from \code{result} slots of \code{feaResult} 
##' and \code{gessResult} objects. They are generated by the GESS and FEA 
##' functions defined by \code{signatureSearch}, respectively.
##' @title Method to Extract Result Slots
##' @rdname result-methods
##' @export
setGeneric("result", function(x) standardGeneric("result"))

##' @title Extract/Assign Drug Names for feaResult
##' @rdname drugs-methods
##' @export
setGeneric("drugs", function(x) standardGeneric("drugs"))

##' @rdname drugs-methods
##' @export
setGeneric("drugs<-", function(x, value) standardGeneric("drugs<-"))

Try the signatureSearch package in your browser

Any scripts or data that you put into this service are public.

signatureSearch documentation built on April 16, 2021, 6 p.m.