convergence {INSPEcT}R Documentation

Retrieve the convergence for the selected models of each gene

Description

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

Usage

convergence(object)

## S4 method for signature 'INSPEcT'
convergence(object)

Arguments

object

An object of class INSPEcT or INSPEcT_model

Value

A vector of numeric

Examples

nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
convergence(nascentInspObj10)

[Package INSPEcT version 1.23.0 Index]