Learn R Programming

MAnorm2 (version 1.2.2)

checkCountTable: Check the Regularity of a Count Table

Description

Check the Regularity of a Count Table

Usage

checkCountTable(counts)

Value

The function raises an error once the regularity check process fails. It returns NULL otherwise.

Arguments

counts

A matrix consisting of read counts. Objects of other types are coerced to a matrix.