- Home
- Bioconductor 3.22
- Software Packages
- scrapper
scrapper
This is the released version of scrapper; for the devel version, see scrapper.
Bindings to C++ Libraries for Single-Cell Analysis
Bioconductor version: Release (3.22)
Implements R bindings to C++ code for analyzing single-cell (expression) data, mostly from various libscran libraries. Each function performs an individual step in the single-cell analysis workflow, ranging from quality control to clustering and marker detection. It is mostly intended for other Bioconductor package developers to build more user-friendly end-to-end workflows.
Author: Aaron Lun [cre, aut]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("scrapper")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scrapper")
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("scrapper")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.