Skip to main content

Approximate any single cell data set, saving >99% of memory and runtime.

Project description

scquill

Approximate any single cell data set, saving >99% of memory and runtime.

Approximating a single cell data set

import scquill

q = Quill(
    filename='myscdata.h5ad',
    output_filename='myapprox.h5',
    celltype_column="cell_annotation",
)

q()

Steps:

  • Load dataset if necessary
  • Preprocess
  • Compress
  • Store to output file
  • (TODO): Provide an interface to explore approximations.

Authors

Fabio Zanini @fabilab

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scquill-0.2.1.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

scquill-0.2.1-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page