areAllNonnegativeIntegers {frenchFISH} | R Documentation |
Helper function to check if all values in the input count matrix are either NA, NaN, or non-negative integers
areAllNonnegativeIntegers(count_matrix)
count_matrix |
The count matrix |
TRUE if all values in count_matrix are non-NA/NaN, non-negative integers; otherwise FALSE