R/selectProperties-methods.R

#' @rdname selectProperties-methods
#' @aliases selectProperties,Experiment-method
setMethod(
    "selectProperties",
    signature = "Experiment",
    definition = function(object, attributesVector){
        object@properties <- append(object@properties, attributesVector)
        return(object)
    }
)
rricepackage/rRice documentation built on May 24, 2019, 2:53 p.m.