biomvRCNS-class {biomvRCNS} | R Documentation |
"biomvRCNS"
The default object class returned by biomvRhsmm
, biomvRseg
and biomvRmgmr
Objects can be created by calls of the form new("biomvRCNS", ...)
.
x
:Object of class "GRanges"
, with range information either from real positional data or just indices, with input data matrix stored in the meta columns.
Additional meta columns for the estimated states and associated probabilities for each sample will also be appended following the input data matrix when using biomvRhsmm
.
res
:Object of class "GRanges"
, each range represent one continuous segment identified, with sample name slot 'SAMPLE' and segment mean slot 'MEAN' stored in the meta columns
param
:Object of class "list"
, list of all parameters used in the corresponding model.
signature(x = "biomvRCNS", y = "ANY")
: ...
signature(object = "biomvRCNS")
: ...
showClass("biomvRCNS")