You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mapqc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapqc

A metric for the evaluation of single-cell query-to-reference mappings

0.1.1
Source
pipPyPI
Maintainers
1

mapQC

Tests Documentation

A metric for the evaluation of single-cell query-to-reference mappings

Getting started

Please refer to the documentation, in particular, the API documentation for detailed package documentation. For reproduction of the results in the paper, check out the mapQC reproducibility repository.

Below a few notes on how and when to use mapQC:

What does mapQC do?

MapQC evaluates the quality of a query-to-reference mapping, and outputs a cell-level mapQC score for every query cell. MapQC scores higher than 2 indicate a large distance of the query cell to the reference. Given a healthy/control reference, we expect query controls to have low mapQC scores, and query case/disease cells to have higher mapQC scores in the case of case-specific cellular phenotypes. You can thus use mapQC scores to assess, in a quantitative manner, if your mapping was successful.

Overview of mapQC workflow

Overview of mapQC's workflow

What are the data requirements for using mapQC?

In short, you need one AnnData object, including:

  • A large scale reference, including only its healthy/control cells.
  • A mapped query dataset, with healthy/control cells (must-have) and case/perturbed cells (if you have them).
  • Metadata (query/reference status, study, sample, and optionally clustering and cell type annotations)
  • A mapping-derived embedding including both the reference and the query

In the quick-start tutorial notebook we provide a more extensive description of the exact data requirements.

Installation

You need to have Python 3.10 or newer installed on your system.

There are several alternative options to install mapQC:

  • Install the latest release of mapqc from PyPI:
pip install mapqc
  • Install the latest development version:
pip install git+https://github.com/theislab/mapqc.git@main

Release notes

See the changelog.

Contact

I am happy to hear any comments, suggestions, or even bugs that you run into. I would like to make this package run as smoothly as possible! So for any of these, submit an issue on the mapQC GitHub page and I will be glad to help.

Citation

Sikkema et al., bioRxiv 2025.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts