GithubHelp home page GithubHelp logo

interlinkedtherapeutics / bisque Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cozygene/bisque

0.0 1.0 0.0 121 KB

An R toolkit for estimation of cell composition from bulk expression data

R 100.00%

bisque's Introduction

Bisque

Build Status codecov install with bioconda CRAN Version

An R toolkit for accurate and efficient estimation of cell composition ('decomposition') from bulk expression data with single-cell information.

Bisque provides two modes of operation:

Reference-based decomposition

This method utilizes single-cell data to decompose bulk expression. We assume that both single-cell and bulk counts are measured from the same tissue. Specifically, the cell composition of the labeled single-cell data should match the expected physiological composition. While we don't explicitly require matched samples, we expect having samples with both single-cell and bulk expression measured will provide more accurate results.

Marker-based decomposition

This method utilizes marker genes alone to decompose bulk expression when a reference profile is not available. Single-cell data is not explicitly required but can be used to identify these marker genes. This method captures relative abundances of a cell type across individuals. Note that these abundances are not proportions, so they cannot be compared between different cell types.

Installation

The Bisque R package is available on CRAN

install.packages("BisqueRNA")

as well as Bioconda

conda install r-bisquerna

The package can also be installed from the GitHub repository

devtools::install_github("cozygene/bisque")

Getting Started

You can load Bisque as follows:

library(BisqueRNA)

The two modes of operation described above are called as follows:

res <- BisqueRNA::ReferenceBasedDecomposition(bulk.eset, sc.eset, markers)
res <- BisqueRNA::MarkerBasedDecomposition(bulk.eset, markers)

Each method returns a list of results with estimated cell proportions/abundances stored in res$bulk.props.

To see examples of these methods on simulated data, check out the vignette:

browseVignettes("BisqueRNA")

bisque's People

Contributors

brandonjew avatar marcalva avatar grst avatar

Watchers

James Cloos 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.