check_DataType | R Documentation |
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.
check_DataType(srt, data = NULL, slot = "data", assay = NULL)
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. |
A string indicating the type of data. Possible values are: "raw_counts", "log_normalized_counts", "raw_normalized_counts", or "unknown".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.