isExperimentCountsOrZeros | R Documentation |
isExperimentCountsOrZeros
checks if experiment contains only positive
integers or zeros.
isExperimentCountsOrZeros(x, na.rm = TRUE)
x |
Matrix or SummarizedExperiment object. |
na.rm |
Logical indicating if |
Logical indicating if x
contains only positive integers or
zeros.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.