Package: scrapper
Version: 1.5.3
Date: 2025-12-08
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.3),
    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: 1268c64
git_last_commit_date: 2025-12-08
Repository: Bioconductor 3.23
