Learn R Programming

INSPEcT (version 1.2.2)

INSPEcT_model-class: An S4 class to represent models generated by INSPEcT

Description

INSPEcT_model is a class able to store all the results of the modeling of synthesis, processing and degradation rates made via the method modelRates (slot ratesSpecs). It also stores the criteria (slot parameter) to choose between the many models tested for each gene the one that better describes the data and the results. The slot simple is a flag that distinguish wheter the model contains the information of the introns or not. In case not, the flag simple is set to TRUE. Also the method makeSimModel of class INSPEcT-class creates an object of class INSPEcT_model. This object will be used by makeSimDataset to generate a complete simulated data-set, whose classification performance can be tested.

Usage

"show"(object)

Arguments

object
An object of class INSPEcT_model

Value

Method show for objects of class INSPEcT_model returns the number of the genes that have been modeled

Slots

params
A list that defines thresholds and how to perform log likelihood ratio tests
ratesSpecs
A list containing the modeling output
simple
A logical that indicates whether the mode of INSPEcT is simple (no pre-mRNA and degradation rates) or not.

Details

Methods that apply to INSPEcT_model class are

[ AIC chisqmodel chisqtest geneClass llrtests logLik makeModelRates makeSimDataset modelSelection ratePvals rocCurve rocThresholds thresholds