This function checks the type of data and returns a string indicating the type of data. It checks for the presence of infinite values, negative values, and whether the values are floats or integers.
Arguments
- srt
An object of class 'Seurat'.
- data
The input data. If not provided, it will be extracted from the the 'srt' object.
- slot
The slot in the 'srt' object from which to extract the data. Default is "data".
- assay
The assay to extract the data from. If not provided, the default assay will be used.