README.md

The Single Cell Tool Kit

BioC-check R-CMD-check codecov

The Single Cell Toolkit (SCTK) in the singleCellTK R package is an analysis platform that provides an R interface to several popular single-cell RNA-sequencing (scRNAseq) data preprocessing, quality control, analysis, and visualization tools. SCTK imports raw or filtered counts from various scRNAseq preprocessing tools such as 10x CellRanger, BUStools, Optimus, STARSolo, and more. By integrating several publicly available tools written in R or Python, SCTK can be used to perform extensive quality control including doublet detection, ambient RNA removal. SCTK integrates analysis workflows from popular tools such as Seurat and Bioconductor/OSCA into a single unified framework. Results from various workflows can be summarized and easily shared using comprehensive HTML reports. Lastly, data can be exported to Seurat or AnnData object to allow for seamless integration with other downstream analysis workflows.

Features

SCTK offers multiple ways to analyze your scRNAseq data through the R console, the command line, and a graphical user interface (GUI) with the ability to use a large number of algorithms from both R & Python integrated within the toolkit.

Tutorials

Installation

R package singleCellTK is available on Bioconductor and can be installed with the following commands:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("singleCellTK")

Additional information on how to install from GitHub, install Python dependencies, and for troubleshooting is available on the Installation page.

Citation

If you use SCTK for quality control, please cite our Nature Communication paper:

Rui Hong, Yusuke Koga, Shruthi Bandyadka, Anastasia Leshchyk, Yichen Wang, Vidya Akavoor, Xinyun Cao, Irzam Sarfraz, Zhe Wang, Salam Alabdullatif, Frederick Jansen, Masanao Yajima, W. Evan Johnson & Joshua D. Campbell, "Comprehensive generation, visualization, and reporting of quality control metrics for single-cell RNA sequencing data," Nature Communications, vol. 13, no. 1688, 2022, doi: 10.1038/s41467-022-29212-9.

If you use SCTK for analysis in the Rconsole or the interactive graphical user interface, please cite our Patterns paper:

Yichen Wang, Irzam Sarfraz, Nida Pervaiz, Rui Hong, Yusuke Koga, Vidya Akavoor, Xinyun Cao, Salam Alabdullatif, Syed Ali Zaib, Zhe Wang, Frederick Jansen, Masanao Yajima, W Evan Johnson, Joshua D Campbell, "Interactive analysis of single-cell data using flexible workflows with SCTK2", Patterns (N Y), Aug 3;4(8):100814, 2023, doi: 10.1016/j.patter.2023.100814.

Report Issues

If you face any difficulty in installing or have identified a bug in the toolkit, please feel free to open up an Issue on GitHub. Questions about how to best analyze your scRNA-seq data can be asked in the Discussions page on GitHub.



compbiomed/singleCellTK documentation built on Feb. 10, 2024, 3:32 a.m.