Learn R Programming

SCIntRuler: Single-Cell Integration Ruler

The accumulation of single-cell RNA-seq (scRNA-seq) studies highlights the potential benefits of integrating multiple datasets. By augmenting sample sizes and enhancing analytical robustness, integration can lead to more insightful biological conclusions. However, challenges arise due to the inherent diversity and batch discrepancies within and across studies. SCIntRuler, a novel R package, addresses these challenges by guiding the integration of multiple scRNA-seq datasets.

Why SCIntRuler?

Integrating scRNA-seq datasets can be complex due to various factors, including batch effects and sample diversity. Key decisions – whether to integrate datasets, which method to choose for integration, and how to best handle inherent data discrepancies – are crucial. SCIntRuler offers a statistical metric to aid in these decisions, ensuring more robust and accurate analyses.

Features

  • Informed Decision Making: Helps researchers decide on the necessity of data integration and the most suitable method.
  • Flexibility: Suitable for various scenarios, accommodating different levels of data heterogeneity.
  • Robustness: Enhances analytical robustness in joint analyses of merged or integrated scRNA-seq datasets.
  • User-Friendly: Streamlines decision-making processes, simplifying the complexities involved in scRNA-seq data integration.

Installation

First, install the batchelor package from Bioconductor:

## Installation
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("batchelor")

# To install `SCIntRuler`, use the following command:
devtools::install_github("yuelyu21/SCIntRuler")
# Load SCIntRuler
library(SCIntRuler)

Run an Example

To try our new method, please refer to our getting started with SCIntRuler article for user instructions.

Copy Link

Version

Install

install.packages('SCIntRuler')

Monthly Downloads

3

Version

0.99.6

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Yue Lyu

Last Published

July 12th, 2024

Functions in SCIntRuler (0.99.6)

NormData

Normalized RNA data matrix
SCEtoSeurat

Input and Split SingleCellExperiment Data
PlotSCIR

Plot SCIntRuler
CalcuSCIR

Calculate SCIntRuler
FindCell

Find cells indicating shared biological features across conditions
PermTest

Permutation Test
GetCluster

Get broad and fine clusters
FindNNDist

Find the nearest neighbors
sim_result

My Example Dataset
FindNNDistC

Find the nearest neighbors
SCIntRuler-package

SCIntRuler: Integration of Single-Cell RNA-seq Datasets
SummCluster

Get maximum number of broad clusters
crossdist

Cross-Distance Matrix Calculation
sim_data_sce

My Example Dataset