Skip to content

Lung dataset has no raw counts #66

@emdann

Description

@emdann

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'].data
array([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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions