Name Mode Size
R 040000
man 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
# R bindings to C++ single-cell analysis libraries |Environment|Status| |---|---| |[BioC-release](https://bioconductor.org/packages/release/bioc/html/scrapper.html)|[![Release OK](https://bioconductor.org/shields/build/release/bioc/scrapper.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/scrapper/)| |[BioC-devel](https://bioconductor.org/packages/devel/bioc/html/scrapper.html)|[![Devel OK](https://bioconductor.org/shields/build/devel/bioc/scrapper.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/scrapper/)| The **scrapper** package implements R bindings to C++ code for analyzing single-cell (expression) data, mostly various [**libscran**](https://github.com/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.