checkCountTable {MAnorm2} | R Documentation |
Check the Regularity of a Count Table
Description
Check the Regularity of a Count Table
Usage
checkCountTable(counts)
Arguments
counts |
A matrix consisting of read counts. Objects of other types are coerced to a matrix. |
Value
The function raises an error once the regularity check process
fails. It returns NULL
otherwise.
[Package MAnorm2 version 1.2.2 Index]