GithubHelp home page GithubHelp logo

general0710 / mind Goto Github PK

View Code? Open in Web Editor NEW

This project forked from randel/mind

0.0 1.0 0.0 562 KB

Using Multiple Measurements of Tissue to Estimate Subject- And Cell-Type-Specific Gene Expression via Deconvolution

R 100.00%

mind's Introduction

MIND (Multi-measure INdividual Deconvolution)

Using Multiple Measurements of Tissue to Estimate Subject- And Cell-Type-Specific Gene Expression

MIND is a method to glean insights from bulk gene expression. It borrows information across multiple measurements of the same tissue per subject, such as multiple regions of the brain, using an empirical Bayes approach to estimate subject- and cell-type-specific gene expression via deconvolution.

Installation

Installation requires the devtools package.

devtools::install_github('randel/MIND')

Example

Estimate subject- and cell-type-specific gene expression (saved as deconv$A below) using bulk gene expression data and pre-estimated cell type fractions:

  • X: bulk gene expression (gene x subject x measure)
  • W: cell type fraction (subject x measure x cell type)
library(MIND)

data(example)

deconv = mind(X = example$X, W = example$W)

For details, please see the PDF manual.

The cell type fraction can be pre-estimated using est_frac() (based on non-negative least squares, see an example here) or another standard deconvolution method. It requires a signature matrix derived from reference samples of single-cell RNA-seq data.

Reference

Jiebiao Wang, Bernie Devlin, Kathryn Roeder. Using multiple measurements of tissue to estimate subject- and cell-type-specific gene expression. Bioinformatics, https://doi.org/10.1093/bioinformatics/btz619

mind's People

Contributors

randel avatar

Watchers

 avatar

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.