areAllNonnegativeIntegers {frenchFISH}R Documentation

Helper function to check if all values in the input count matrix are either NA, NaN, or non-negative integers

Description

Helper function to check if all values in the input count matrix are either NA, NaN, or non-negative integers

Usage

areAllNonnegativeIntegers(count_matrix)

Arguments

count_matrix

The count matrix

Value

TRUE if all values in count_matrix are non-NA/NaN, non-negative integers; otherwise FALSE


[Package frenchFISH version 1.5.0 Index]