Skip to main content

MARIO: single-cell proteomic data matching and integration pipeline

Description

This github repo includes mario-py and mario-R, which is a Python package for matching and integrating multi-modal single cell data with partially overlapping features. The method is specifically tailored toward proteomic datasets, and for detailed description on the algorithm, including the core methodology, mathmetical ingredients, application on various biological samples, and extensive benchmarking, please refer to the paper.

This work has been lead by Shuxiao Chen from Zongming Lab @Upenn and Bokai Zhu from Nolan lab @Stanford.

Getting Started

Dependencies

For easy usage, we suggest builing a conda virtualenv with python = 3.8.

conda create -n mario python=3.8

Installing

To install MARIO, we can easily install it with pip function (package name pyMARIO):

python -m pip install pyMARIO

How to use

Quick example:

To use in MARIO in python :

from mario.match import pipelined_mario
final_matching_lst, embedding_lst = pipelined_mario(data_lst=[df1, df2])

Where df1 and df2 are two dataframes for match and integration, with row as cells, columns as features. Remember for shared features, the column names should be identical. Input list can be multiple dataframes, as MARIO accomodates for multiple dataset match and integration.

The result contains the a matching list (matching), and a embedding list (integration). For detailed usage please refer to the Full tutorial section.

Similarly, to use in MARIO in R (with package reticulate) :

library(reticulate)
myenvs=conda_list() # get conda virtualenv list
envname=myenvs$name[12] # specify which virtualenv to use, should use the one for MARIO
use_condaenv(envname, required = TRUE)
mario.match <- import("mario.match") # import main mario-py module

pipelined_res = mario.match$pipelined_mario(data_lst=list(df1, df2))

Where the result also contains the matching list and embedding list.

Full tutorial:

For step by step tutorials on how to use MARIO, with fine-tuned parameters for optimal results and full functionality, please refer to the documents we provided here:

Python - Jupyter notebook: Match and Integration of Human Bonemarrow datasets

Python - Jupyter notebook: Match and Integration of multiple Xspecies datasets

R - Rmarkdown: Match and Integration of Human Bonemarrow datasets

License and Citation

MARIO is under the Academic Software License Agreement, please use accordingly.

Release files for pyMARIO 0.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyMARIO 0.0.2
File Size Uploaded
pyMARIO-0.0.2.tar.gz 23.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pyMARIO 0.0.2
File Interpreter ABI Platform
pyMARIO-0.0.2-py3-none-any.whl Python 3 none any Details

Total release size: 46.7 kB

Release files / pyMARIO-0.0.2.tar.gz

Download URL pyMARIO-0.0.2.tar.gz
Size 23.1 kB
Tags Source
SHA-256 checksum
How to use checksums
b7bf9845288527722c6e8850ed8741ddd9ffdd1f8f84c6a4df770d63acda8769
BLAKE2b-256 checksum
How to use checksums
5a101942bf6d79299fc044ace37ea707ee71530e13d464d2dbcdceb456084aeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

Release files / pyMARIO-0.0.2-py3-none-any.whl

Download URL pyMARIO-0.0.2-py3-none-any.whl
Size 23.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
724c3bccdec6355d001691f02a31ed8ebe77d19f13ffe2df59ae305e17206fd0
BLAKE2b-256 checksum
How to use checksums
a4f7859774c1c8a10382a48c4c6e24b02c7e6743e50c757c36a27238b7338164
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8

Release history Release notifications | RSS feed

This release

0.0.2 This release

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page