Giter Site home page Giter Site logo

demian1 / mistyr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jtanevski/mistyr

0.0 0.0 0.0 37.51 MB

Multiview Intercellular SpaTial modeling framework

Home Page: https://saezlab.github.io/mistyR/

License: GNU General Public License v3.0

R 99.38% Dockerfile 0.62%

mistyr's Introduction

MISTy - Multiview Intercellular SpaTial modeling framework

BioC status BioC devel status Codecov test coverage Docker Cloud Automated build install with bioconda

Overview

The advancement of technologies for measurement of highly multiplexed spatial data require the development of scalable methods that can leverage the availability of the spatial context. Multiview Intercellular SpaTial modeling framework (MISTy) is an explainable machine learning framework for knowledge extraction and analysis of single-cell, highly multiplexed, spatially resolved data.

MISTy facilitates an in-depth understanding of marker interactions by profiling the intra- and intercellular relationships. MISTy is a flexible framework able to process a custom number of views. Each of these views can describe a different spatial context, i.e., define a relationship among the observed expressions of the markers, such as intracellular regulation or paracrine regulation. However, the views can also capture cell-type specific relationships, capture relations between functional footprints or focus on relations between different anatomical regions. Each MISTy view is considered as a potential source of variability in the measured marker expressions. Each MISTy view is then analyzed for its contribution to the total expression of each marker and is explained in terms of the interactions with other measurements that led to the observed contribution. Our approach is modular, easily parallelizable and thus scalable to samples with millions of cells and thousands of measured markers.

mistyR is a R package implementing MISTy.

System Requirements

mistyR requires a standard configuration and enough RAM to store the analyzed dataset and to support in-memory operations.

The package requires R version 4.0 or higher. This package is developed on macOS Big Sur. The package should be compatible with Windows, Linux and maxOS operating systems.

Installation

Install from Bioconductor:

# install.packages("BiocManager")
BiocManager::install("mistyR")

You can install the latest stable and development versions from GitHub with remotes:

  • stable
# install.packages("remotes")
remotes::install_github("saezlab/mistyR")
  • development
remotes::install_github("saezlab/mistyR@devel")

Docker

For the released and the latest stable and development versions we also provide Docker images based on the Rocker project - rocker/r-base image.

To create and start a container from the latest docker image and run R in interactive mode:

docker run -it tanevski/mistyr:latest

Usage

Start by reading vignette("mistyR") to learn how to run mistyR. To learn how to use the package with commonly used objects for spatial omics data see the articles.

Example pipelines and synthetic data for mistyR are also available from this repository. To run mistyR on the provided synthetic data run the script synthetic_pipeline.R.

Citation

If you use mistyR for your research please cite the following publication:

Jovan Tanevski, Ricardo Omar Ramirez Flores, Attila Gabor, Denis Schapiro, Julio Saez-Rodriguez. Explainable multiview framework for dissecting spatial relationships from highly multiplexed data. Genome Biology 23, 97 (2022). https://doi.org/10.1186/s13059-022-02663-5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.