Skip to main content

"High performance Cython + Python tools to process BAM files with tags as they arise in single-cell sequencing"

Project description

scbamtools

High performance Cython + Python tools to process BAM files with tags as they arise in single-cell sequencing

Status

This is alpha. Mostly, the plan is to move useful functionality developed within spacemake outside of spacemake, so that it can be re-used without pulling in all the dependencies for a heavy-weight spatial transcriptomics package. Currently, the umbilical has not been cut and the code is almost certainly not functional w/o spacemake around.

Useful things include:

  • converting FASTQ files to uBAM files with barcode information (single cell and spatial workflows)
  • trimming adapters (uses cutadapt functions under the hood)
  • making histograms and statistics about cell barcodes, UMIs and possibly other BAM tags
  • annotate aligned BAM records against a transcript annotation such as GENCODE
  • build digital gene expression counts from annotated BAM files, directly as scanpy AnnData (h5ad)

Why is this better than ...

Depends what you need. We are building these tools to be as fast as possible while keeping as much of the functionality in python (with the occasional cython) for felxibility and maintainability. We don't care as much about (total) CPU use as we care about throughput/scalability. So, some principles:

  • avoid temp files, streaming is better
  • parallelize with mrfifo for low-overhead parallelism
  • put some effort into efficient data structures where it pays off
  • make simple things simple, while hard things should be possible

The code in here is the same that we use to process open-st spatial transcriptomics data, which is very deep: typical runs having billions of reads and hundreds of millions of spatial barcodes. While we make sure that the tools here don't break and have manageable resource usage, we do not intend to be the most CPU-efficient or allow you to process open-st on your laptop. YMMV.

Roadmap

  • port everything from spacemake [ongoing]
  • full suite of tools to replace dropseq-tools in spacemake [v1.0]
  • optimizations
  • tutorials and example uses outside of spacemake

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

scbamtools-0.2.tar.gz (343.0 kB view details)

Uploaded Source

File details

Details for the file scbamtools-0.2.tar.gz.

File metadata

  • Download URL: scbamtools-0.2.tar.gz
  • Upload date:
  • Size: 343.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.6

File hashes

Hashes for scbamtools-0.2.tar.gz
Algorithm Hash digest
SHA256 e6b0eca0cf0c9a7ebe3cb0485788abadcfb8c2c94575669577fe583081942d8b
MD5 4f5f6cf6630aede76f8d82b80f9943c2
BLAKE2b-256 24fafd646836da42c49f38967ac48eaf7b6e360da3f50b94a305ef06f093a6ba

See more details on using hashes here.

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