-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
I have a question regarding the input to ENVI. I read in one of your comments in another issue that "Also, make sure the data is not logged (in the .X), since ENVI expected unlogged counts."
However, following your tutorial and inspecting the data
# !wget https://dp-lab-data-public.s3.amazonaws.com/ENVI/sc_data.h5ad
# !wget https://dp-lab-data-public.s3.amazonaws.com/ENVI/st_data.h5ad
st_data = sc.read_h5ad('st_data.h5ad')
sc_data = sc.read_h5ad('sc_data.h5ad')I noticed that
st_data.X.max() = 247.12617
sc_data.X.max() = 4360.0
i.e., sc data seems "raw" while spatial data seems to have been processed in some way.
Now I am wondering: how should the sc and sp data be processed when handing it to ENVI?
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels