-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Hello,
I was trying to reproduce the Atlas-level integration tutorial. The dataset downloaded via figshare is supposed to store raw counts in adata.layers['counts'], but these values here don't really look like counts.
adata = sc.read(
"data/lung_atlas.h5ad",
backup_url="https://figshare.com/ndownloader/files/24539942",
)
adata.layers['counts'].dataarray([1. , 1. , 1. , ..., 1.1387753, 2.2072291,
1.0936011], dtype=float32)Are these some sort of soup-corrected counts, and does it matter?
Metadata
Metadata
Assignees
Labels
No labels