zhengrongbin / MEBOCOST

A python-based package and software to predict metabolite mediated cell-cell communications by single-cell RNA-seq data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to use MEBOCOST: Metabolic Cell-Cell Communication Modeling by Single Cell Transcriptome

What is MEBOCOST and hoe does it work?

MEBOCOST is a Python-based computational tool for inferring metabolite, such as lipid, mediated cell-cell communication events using single-cell RNA-seq data. Briefly, in the first step, MEBOCOST imputes the relative abundance of metabolites based on the gene expression of metabolic reaction enzymes. The genes of enzymes were collected from Human Metabolome Database (HMDB). Next, MEBOCOST identifies cell-cell metabolite-sensor communications between cell groups, in which metabolite enzymes and sensors were highly expressed in sender and receiver cells, respectively.

Term of Usage

  1. You agree NOT to make the MEBOCOST data (or any part thereof, modified or not) available to anyone outside your research group. "Make available" includes leaving the data where it may be accessible to outside individuals without your direct knowledge (e.g. on a computer to which people outside your group have login privileges), as well as directly providing it to someone.

  2. You agree NOT to build another website and/or methods using the MEBOCOST data. Please contact us if you are going to.

  3. You agree NOT to use the MEBOCOST data for proprietary analysis. You agree to properly cite the MEBOCOST papers and its specific, original contributions if directly related to your work.

  4. You certify that you are authorized to accept this agreement on behalf of your institution.

  5. All members of your group with access to the MEBOCOST data agree to the same conditions.

The Flowchart of MEBOCOST

workflow for predicting cell-cell metabolic communication events taking scRNA-seq data as input.

Version control

We keep updating MEBOCOST!!!

  • Current release: 1.0.2
    • fixed bugs in background estimation
    • automated decision of cutoffs to exclude lowly ranked 25% sensors or metabolites across all cells, cutoffs can still be specified by users
    • add parameters in plot functions, including show_num in eventnum_bar

    Installation

    • download and install miniconda enviroment (Users can skip this step if a python-based environment has been well-established)
    wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh && bash Miniconda3-latest-MacOSX-x86_64.sh
    
    conda create -n mebocost python=3.8
    
    conda activate mebocost
    
    • download MEBOCOST package from github
    git clone https://github.com/zhengrongbin/MEBOCOST.git
    
    cd MEBOCOST
    
    • install requirements
    pip install -r requirements.txt
    
    • install MEBOCOST
    python setup.py install
    

    To re-install and upgrade by pip if you have existing MEBOCOST installed

    pip uninstall mebocost
    pip install git+https://github.com/zhengrongbin/MEBOCOST.git --upgrade
    

    To check whether it has been installed sucessfully, users can run in python:

    >>from mebocost import mebocost
    

    if the mebocost can be imported successfully, you can continue to do analyses by mebocost!

    Tutorial for MEBOCOST

  • Prediction of cell-cell metabolic communication by scRNA-seq data
  • Inference of cell-cell metabolic communication associated pathways in receiver cells (in development and only Python3.8 supported)
  • Cite us

    Please cite us at bioRxiv if you find MEBOCOST is useful to your project.

    Contact

    Rongbin.Zheng@childrens.harvard.edu

    or

    Kaifu.Chen@childrens.harvard.edu


    Copy Right @ Kaifu Chen Lab @ Boston Childrens Hospital / Harvard Medical School

    About

    A python-based package and software to predict metabolite mediated cell-cell communications by single-cell RNA-seq data

    License:BSD 3-Clause "New" or "Revised" License


    Languages

    Language:Jupyter Notebook 97.7%Language:Python 2.3%