Description Usage Arguments Slots
Class and methods for MinDistExperiment
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ## S4 method for signature 'MinDistExperiment'
show(object)
## S4 method for signature 'MinDistExperiment'
pedigree(object)
## S4 replacement method for signature 'MinDistExperiment'
pedigree(object) <- value
## S4 method for signature 'MinDistExperiment'
mindist(object)
## S4 replacement method for signature 'MinDistExperiment,ANY'
mindist(object) <- value
## S4 method for signature 'MinDistExperiment,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'MinDistExperiment'
offspring(object)
## S4 method for signature 'MinDistExperiment'
father(object)
## S4 method for signature 'MinDistExperiment'
mother(object)
## S4 method for signature 'MinDistExperiment'
segment2(object, param = MinDistParam())
## S4 method for signature 'RangedSummarizedExperiment'
father(object)
## S4 method for signature 'RangedSummarizedExperiment'
mother(object)
## S4 method for signature 'RangedSummarizedExperiment'
offspring(object)
|
object |
a |
value |
a |
x |
a |
i |
a numeric-vector for indexing the rows (optional) |
j |
a numeric-vector for indexing the columns (optional) |
... |
additional arguments propogated to subsetting methods for |
drop |
logical. Whether to simplify a one-row or one-column matrix to a vector. In most cases, this should always be FALSE. |
param |
a |
mindist
a matrix
pedigree
a ParentOffspring
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.