convergence {INSPEcT} | R Documentation |
This method is used to retrieve the convergence of the models that have been selected to better represent the behavior of each gene. 0 is converged, 1 not converged, 10 degenerated
convergence(object) ## S4 method for signature 'INSPEcT' convergence(object)
object |
An object of class INSPEcT or INSPEcT_model |
A vector of numeric
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) convergence(nascentInspObj10)