Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A cellspecific mixing score to evaluate group-/batch-specific bias in scRNA seq datasets

NotificationsYou must be signed in to change notification settings

almutlue/CellMixS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A toolbox to explore group-/batch-specific bias and data integration in single-cell RNA-seq (scRNA-seq) datasets.

platforms posts build

Motivation

Data integration and batch effect correction belong to the major challenges in scRNA-seq.
A variety of tools and methods have been developed to address them in different ways.To apply those it is key to understand their effect as well as the underlying technical variation in the data.Thus new tools and metrics are needed, that help to explore, quantify and compare batch effects in the context of data integration and batch effect removal.
Similar to biological triggers and signals, batch effects can affect cells in different ways.To explore them with cell-specific metrics can help us to better understand, correct and interpret them.

Description

Here we provide a toolbox to explore and compare group effects in single-cell RNA-seq data.It has two major applications:

  • Detection of batch effects and biases in single-cell RNA-seq data.
  • Evaluation and comparison of data integration (e.g. after batch effect correction).

For this purpose it introduces two new metrics:

  • Cellspecific Mixing Score (cms): A test for batch effects within k-nearest neighbouring cells.
  • Local Density Differences (ldfDiff): A score describing the change in relative local cell densities by data integration or projection.

Besides this, several exploratory plotting functions enable evaluation of key integration and mixing features.

Installation

To run CellMixS, open R and install using BiocManager with the following commands:

if (!requireNamespace("BiocManager"))    install.packages("BiocManager")BiocManager::install("almutlue/CellMixS")

Bioconductor version

  • A stable release version is available atBioconductor.
  • For detailed examples and usage instructions, seevignette.

Getting started

The main metricscms andldfDiff use aSingleCellExperiment object as input.You need to specify the batch variable as defined in thecolData, the number of k-nearest neighbours to includek and optional the reduced dimensions to usered_dim.

sce_cms <- cms(sce, k = 70, group = "batch")

AsldfDiff compares the dataset structure before and after integration you need to specify unaligned and alignedSingleCellExperiment objects:

sce_ldf <- ldfDiff(sce_pre_list, sce_combined, group = "batch", k = 70)

Please have a look into the vignette for details.

Examples

You can explore batch effects by visualizing metrics and batches aside.

The histogram ofcms score can be read like a p.value histogram and is flat for random batch mixing (batch100).If a batch related bias is present a high number of lowcms scores can be seen (batch0).

About

A cellspecific mixing score to evaluate group-/batch-specific bias in scRNA seq datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6

Languages


[8]ページ先頭

©2009-2025 Movatter.jp