Description Objects from the Class Slots Methods See Also Examples
Object returned by exomeCopy
Objects can be created by calls of the form new("ExomeCopy")
.
sample.name
:Object of class "character"
: an
identifier for the sample
type
:Object of class "character"
: the type of
model used, either
"exomeCopy" or "exomeCopyVar"
path
:Object of class "Rle"
: the index of
the predicted state for each window
ranges
:Object of class "IRangesList"
:
the corresponding ranges for the observed counts and covariates
O.norm
:Object of class "numeric"
: the input
vector of counts divided by X * beta
log.odds
:Object of class "numeric"
: the log
ratio of the emission probabilities along the predicted path over
the emission probabilities of the normal state
fx.par
:Object of class "list"
: a list of the
settings S, d, normal.state and fit.var
init.par
:Object of class "list"
: a list of the initial parameters goto.cnv, goto.normal, beta.hat and phi.hat
final.par
:Object of class "list"
: a list of the final parameters goto.cnv, goto.normal, beta (and gamma for exomeCopyVar)
counts
:Object of class "numeric"
: the number
of evaluations of the log likelihood performed by optim
convergence
:Object of class "numeric"
: the
integer for convergence of optim
, 0 for convergence
nll
:Object of class "numeric"
: the final value
of the negative log likelihood
signature(x = "ExomeCopy", y = "missing")
: ...
signature(object = "ExomeCopy")
: ...
1 | showClass("ExomeCopy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.