Description Slots Author(s) Examples
The 'StatModel' class contains a statistical model generate by the DTU analysis.
Models are created by the dedicated user-level function 'fitDTU()' or manually, using the 'StatModel()' constructor. In the former case, each quantitative feature is assigned its statistical model and the models are stored as a variable in a 'DataFrame' object, that in turn will be stored in the 'RowData' slot of an 'SummarizedExperiment object'.
type'character(1)' defining type of the used model. Default is '"fitError"', i.e. a error model. If not an error, class type will be '"glm"'.
paramsA 'list()' containing the parameters of the fitted model.
varPosterior'numeric()' of posterior variance.
dfPosterior'numeric()' of posterior degrees of freedom.
Jeroen Gilis
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.