chisqmodel {INSPEcT} | R Documentation |
This method is used to retrieve the chi-squared test results for the models that have been selected to better represent the behavior of each gene.
chisqmodel(object, ...) ## S4 method for signature 'INSPEcT_model' chisqmodel(object, ...) ## S4 method for signature 'INSPEcT' chisqmodel(object, ...)
object |
An object of class INSPEcT or INSPEcT_model |
... |
Additional arguments for the generic |
A vector of chi-squared test results
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) chisqmodel(nascentInspObj10)