Description Usage Arguments Details Value Slots
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.
1 2 | ## S4 method for signature 'INSPEcT_model'
show(object)
|
object |
An object of class INSPEcT_model |
Methods that apply to INSPEcT_model class are
[
AIC
chisqtest
correlationPlot
geneClass
logLik
makeModelRates
makeSimDataset
modelSelection
rocCurve
rocThresholds
show
Method show for objects of class INSPEcT_model returns the number of the genes that have been modeled
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.