chisqtest {INSPEcT} | R Documentation |
This method is used to retrieve all the chi-squared test results for all models tested for all genes.
chisqtest(object, ...) ## S4 method for signature 'INSPEcT_model' chisqtest(object, ...) ## S4 method for signature 'INSPEcT' chisqtest(object, ...)
object |
An object of class INSPEcT or INSPEcT_model |
... |
Additional arguments for the generic |
A matrix of chi-squared test results for all the tested models
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) chisqtest(nascentInspObj10)