Open flugende opened 3 years ago
Hi,
I have downloaded the Large_intestine_droplet.h5ad from https://figshare.com/articles/dataset/Processed_files_to_use_with_scanpy_/8273102/2
When I load the file using scanpy and access the raw data with adata.raw.X, the data does consist of floating-point numbers. However, I would expect the raw data entries to be integer values, or isn't the raw data equal to count data?
adata.raw.X
Thank you for your help!
Hi,
I have downloaded the Large_intestine_droplet.h5ad from https://figshare.com/articles/dataset/Processed_files_to_use_with_scanpy_/8273102/2
When I load the file using scanpy and access the raw data with
adata.raw.X
, the data does consist of floating-point numbers. However, I would expect the raw data entries to be integer values, or isn't the raw data equal to count data?Thank you for your help!