Package: scrapper
Version: 1.5.1
Date: 2025-10-31
Authors@R: person("Aaron", "Lun", role=c("cre", "aut"), email="infinite.monkeys.with.keyboards@gmail.com")
Title: Bindings to C++ Libraries for Single-Cell Analysis
Description: 
    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.
License: MIT + file LICENSE
Imports: methods, Rcpp, beachmat (>= 2.25.1), DelayedArray,
        BiocNeighbors (>= 1.99.0), parallel
Suggests: testthat, knitr, rmarkdown, BiocStyle, MatrixGenerics,
        sparseMatrixStats, Matrix, S4Vectors, SummarizedExperiment,
        SingleCellExperiment, scRNAseq, igraph
LinkingTo: Rcpp, assorthead (>= 1.5.1), beachmat, BiocNeighbors,
        Rigraphlib
biocViews: Normalization, RNASeq, Software, GeneExpression,
        Transcriptomics, SingleCell, BatchEffect, QualityControl,
        DifferentialExpression, FeatureExtraction, PrincipalComponent,
        Clustering
SystemRequirements: C++17, GNU make
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.3
git_url: https://git.bioconductor.org/packages/scrapper
git_branch: devel
git_last_commit: 1a313d9
git_last_commit_date: 2025-10-31
Repository: Bioconductor 3.23
Date/Publication: 2025-11-03
NeedsCompilation: yes
Packaged: 2025-11-04 00:54:35 UTC; biocbuild
Author: Aaron Lun [cre, aut]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>
