How to handle decimal values for nCount_RNA. #4220
-
My dataset is very strange. When I create the Seurat object and load the metadata for it, all of the values in the nCount_RNA are decimal values instead of integers. How should I interpret this? Is there an issue with the data itself or something I can do to work around this? I ask because later on in my analysis, the functions can't seem to find the nCount_RNA object, and I believe the decimal values are the reason why. Hopefully this isn't too vague, and thanks for reading! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, My guess here is that the input matrix you used when creating the Seurat object contained non-integer data. |
Beta Was this translation helpful? Give feedback.
Hi,
My guess here is that the input matrix you used when creating the Seurat object contained non-integer data.