- Home
- Bioconductor 3.23
- Software Packages
- scPipe (development version)
scPipe
This is the development version of scPipe; for the stable release version, see scPipe.
Pipeline for single cell multi-omic data pre-processing
Bioconductor version: Development (3.23)
A preprocessing pipeline for single cell RNA-seq/ATAC-seq data that starts from the fastq files and produces a feature count matrix with associated quality control information. It can process fastq data generated by CEL-seq, MARS-seq, Drop-seq, Chromium 10x and SMART-seq protocols.
Author: Luyi Tian [aut], Shian Su [aut, cre], Shalin Naik [ctb], Shani Amarasinghe [aut], Oliver Voogd [aut], Phil Yang [aut], Matthew Ritchie [ctb]
Maintainer: Shian Su <su.s at wehi.edu.au>
citation("scPipe")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("scPipe")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("scPipe")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.