Skip to content
/ SLOT Public

Deciphering the Complexity of Spatial-Temporal Transcriptomic and Proteomics via Subcellular Location Optimal Transport(SLOT)

License

Notifications You must be signed in to change notification settings

Lifeomics/SLOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subcellular Location Optimal Transport (SLOT)

SLOT is an optimal-transport–based machine learning framework for quantifying and modeling the spatial–temporal localization of intracellular molecules.

Introduction

By integrating subcellular-resolution spatial transcriptomics (mRNA) and proteomics (protein) datasets, SLOT systematically aligns and compares molecular distributions across cellular compartments and temporal stages. The framework infers relocation trajectories and quantifies dynamic shifts in subcellular localization patterns. As a comprehensive computational toolbox, SLOT enables systematic modeling of subcellular molecular spatial polarity, supporting pattern detection, spatial-location clustering investigations and spatiotemporal dynamic analysis.

SLOT Framework Overview

Features

  • Spatial localization polarity quantification
  • Location patterns matching
  • Subcellular location clustering
  • Spatial-temporal co-localization detection

Installation

Prerequisites

  • Python 3.10 or higher
  • pip (Python package installer)
  • scipy

Steps

  1. Clone the repository:

    cd ~
    git clone https://github.com/Lifeomics/SLOT.git
    cd SLOT
  2. Create a conda environment and activate it:

    conda create --name SLOT_env python=3.10
    conda activate SLOT_env
  3. Install the required packages and SLOT:

    pip install -e . 

It may takes 1-2 mins to finish this installation

Here we present our SLOT score analysis on the stage IV oocyte protein dataset.This tutorial demonstrates how to identify spatial polarity proteins at subcellular resolution. The processed data are available at XenoSTAR.

About

Deciphering the Complexity of Spatial-Temporal Transcriptomic and Proteomics via Subcellular Location Optimal Transport(SLOT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published