MinDistPosterior-class {MinimumDistance}R Documentation

Container for the segmentation results from a MinDistExperiment

Description

MinDistPosterior is a GRangesList-derived container for the segmentation and maximum a posteriori trio copy number states.

Usage

## S4 method for signature 'MinDistPosterior,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'MinDistPosterior'
show(object)

Arguments

x

a MinDistPosterior object

i

an index for subsetting rows

j

an index for subsetting columns

...

additional arguments passed to subsetting matrices

drop

logical – whether to coerce single-row matrices to vectors

object

a MinDistPosterior object

See Also

denovo


[Package MinimumDistance version 1.37.0 Index]