MaxFuse: MAtching X-modality via FUzzy Smoothed Embedding
Description
MaxFuse is a Python package for integrating single-cell datasets from different modalities with no overlapping features and/or under low signal-to-noise ratio regimes. For most single-cell cross modality integration methods, the feasibility of cross-modal integration relies on the existence of highly correlated, a priori 'linked' features. When such linked features are few or uninformative, a scenario that we call 'weak linkage', existing methods fail. We developed MaxFuse, a cross-modal data integration method that, through iterative co-embedding, data smoothing, and cell matching, leverages all information in each modality to obtain high-quality integration. A prototypical example of weak linkage is the integration of spatial proteomic data with single-cell sequencing data. For details, please refer to the paper.
This work has been led by Shuxiao Chen from Zongming Lab @Upenn and Bokai Zhu from Nolan lab @Stanford.
Installation
MaxFuse is hosted on pypi and can be installed via pip. We recommend working with a fresh virtual environment. In the following example we use conda.
conda create -n maxfuse python=3.8
conda activate maxfuse
python -m pip install maxfuse
Vignettes
Example1: Protein -- RNA test run on ground-truth CITE-seq here.
Example2: Protein -- RNA test run on tissue here.
Note in cases when integrating single cell data across protein and RNA modalities, many times the nomenclature of features are different (e.g., mRNA ITGAM could be named as CD11b-1 when used as antibody). We gathered a .csv file that covers many of such naming conversions and used during the MaxFuse process. Of course, this is not a complete conversion, and users should manually add in new naming conversions if they were not included in this .csv file.
Code archive
The analysis presented in the manuscript was also deposited in this GitHub repository, under this folder. Note in the manuscript we used a development version of MaxFuse with slightly different grammar and can also be found there. If you require additional information on the analysis/data, please contact Zongming Ma (zongming@wharton.upenn.edu).
License
MaxFuse is under the Academic Software License Agreement, please use accordingly.
Release files for maxfuse 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maxfuse-0.0.2.tar.gz | 6.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maxfuse-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.4 MB
Release files / maxfuse-0.0.2.tar.gz
| Download URL | maxfuse-0.0.2.tar.gz |
|---|---|
| Size | 6.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
90567ecacd89d763d801e795cb0a3f8df20f6e0c716d82303f707f0e52d94257
|
|
BLAKE2b-256 checksum How to use checksums |
0b8e937dcb00fbcc1339a02b7f9b96b896e4360b965f8d00fe691faf053284a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / maxfuse-0.0.2-py3-none-any.whl
| Download URL | maxfuse-0.0.2-py3-none-any.whl |
|---|---|
| Size | 29.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cfec8341d85ce5b9713adc970dca31510ddab12be16235c7b813ee8cc4c4e0d3
|
|
BLAKE2b-256 checksum How to use checksums |
de5ddfe2b13a2ec0478b25802be1c42eab3511aa4094ba10bda95283efc688af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|