Skip to main content

Single-cell transcriptome querying tool

Project description

Cell BLAST

license-badge pypi-badge docs-badge build-badge

Cell BLAST is a cell querying tool for single-cell transcriptomics data.

For each query cell, it searches for most similar cells in the reference database. Annotations in reference cells, e.g. cell type, can then be transfered to query cells based on cell-to-cell similarities. See our publication for details.

Installing the Python package

We only support installation via pip right now.

Installation within virtual environments are recommended, see virtualenv or conda.

For conda, here's a one-liner to set up an empty environment for installing Cell BLAST:

conda create -n cb python=3.9 && conda activate cb

Then follow the instructions below to install Cell BLAST:

  1. Install Cell BLAST from PyPI by running:

    pip install Cell-BLAST

    Or, install an editable dev version by running the following command under the root directory of this repo:

    flit install -s

  2. Check if the package can be imported in the Python interpreter:

    import Cell_BLAST as cb
    print(cb.__version__)
    

Documentation

Online documentation can be found here.

Web-based interface

We also provide a Web-based service for off-the-shelf querying of our ACA reference panels.

Reproduce results in the paper

To reproduce results, please check out the rep branch.

Contact

Feel free to submit an issue or contact us at cblast@mail.cbi.pku.edu.cn for problems about the Python package, website or database.

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

Cell_BLAST-0.5.0.tar.gz (47.8 kB view hashes)

Uploaded Source

Built Distribution

cell_blast-0.5.0-py3-none-any.whl (53.0 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