chisqmodel: Retrieve results of chi-squared test for the selected models

Description Usage Arguments Value Examples

Description

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.

Usage

1
2
3
4
chisqmodel(object, gc = NULL, tpts = NULL, ...)

## S4 method for signature 'INSPEcT'
chisqmodel(object, gc = NULL, tpts = NULL, ...)

Arguments

object

An object of class INSPEcT or INSPEcT_model

gc

Additional arguments for the generic

tpts

Additional arguments for the generic

...

Additional arguments for the generic

Value

A vector of chi-squared test results

Examples

1
2
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
chisqmodel(nascentInspObj10)

INSPEcT documentation built on Nov. 8, 2020, 6:49 p.m.