R/methods-SummarizedExperiment.R

## these methods are used internally...

#' @aliases father,RangedSummarizedExperiment-method
#' @rdname MinDistExperiment-class
setMethod("father", "RangedSummarizedExperiment", function(object) assays(object)[["father"]])

#' @aliases mother,RangedSummarizedExperiment-method
#' @rdname MinDistExperiment-class
setMethod("mother", "RangedSummarizedExperiment", function(object) assays(object)[["mother"]])

#' @aliases offspring,RangedSummarizedExperiment-method
#' @rdname MinDistExperiment-class
setMethod("offspring", "RangedSummarizedExperiment", function(object) assays(object)[["offspring"]])

Try the MinimumDistance package in your browser

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

MinimumDistance documentation built on Nov. 8, 2020, 11:11 p.m.