Skip to content

allow metadata input for sccomppy #4

Description

@stemangiola

Your R chunk can pipe obs_lung straight in — R sccomp accepts cell metadata and derives counts internally.

sccompPy does not mirror that; it needs the aggregated table your groupby(...).size().reset_index(name="count") builds.

So the pre-count in lines 357–367 matches sccompPy’s documented input format and is necessary unless sccompPy adds cell-level aggregation later.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

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