Class HMAnalysedPerturbationData
is a wrapper for
various objects of an analysis of a perturbation experiment done
using a hierarchical model. Class HMAnalysedPerturbationData
exposes
getters for its members of the same name, but no setters, because the data
should be treated as
constant once set. Objects of class HMAnalysedPerturbationData
do not need to be
constructed manually but are returned from calling hm
(see
the examples).
nestedGeneEffects
the estimated effect sizes for genes on a viral level
modelFit
the fitted model
1 2 3 | data(rnaiscreen)
res <- hm(rnaiscreen)
class(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.