chisqtest {INSPEcT}R Documentation

Retrieve all results of chi-squared test

Description

Retrieve all results of chi-squared test

This method is used to retrieve all the chi-squared test results for all models tested for all genes.

Usage

chisqtest(object, ...)

## S4 method for signature 'INSPEcT_model'
chisqtest(object, ...)

## S4 method for signature 'INSPEcT'
chisqtest(object, ...)

Arguments

object

An object of class INSPEcT or INSPEcT_model

...

Additional arguments for the generic

Value

A matrix of chi-squared test results for all the tested models

Examples

data('mycerIds10', package='INSPEcT')
chisqtest(mycerIds10)

[Package INSPEcT version 1.10.0 Index]