目录

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")
关于

用于单细胞RNA测序数据分析的R包,提供细胞类型特异性表达估计和去卷积功能。

86.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号