Package: RankMap
Title: Rank-based reference mapping for fast and robust cell type
        annotation in spatial and single-cell transcriptomics
Version: 1.0.0
Authors@R: 
    person(given = "Jinming", 
           family = "Cheng", 
           email="jinming.cheng@outlook.com", 
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3806-4694"))
Description: RankMap is a fast and scalable tool for reference-based 
    cell type annotation of single-cell and spatial transcriptomics data. 
    It uses ranked gene expression and multinomial regression to achieve 
    robust predictions, even with partial gene coverage. 
    Compatible with Seurat, SingleCellExperiment, and SpatialExperiment 
    objects, RankMap offers flexible preprocessing and significantly 
    faster runtime than tools like SingleR, Azimuth, and RCTD.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports: dplyr, glmnet, graphics, magrittr, Matrix, matrixStats, rlang,
        Seurat, stats, SummarizedExperiment
biocViews: Spatial, SingleCell, Transcriptomics, GeneExpression,
        Annotation, Regression, Preprocessing, Software
URL: https://github.com/jinming-cheng/RankMap
BugReports: https://github.com/jinming-cheng/RankMap/issues
Depends: R (>= 4.6.0)
Suggests: BiocStyle, knitr, rmarkdown, SingleCellExperiment, testthat
        (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/RankMap
git_branch: RELEASE_3_23
git_last_commit: 4a49131
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: no
Packaged: 2026-04-29 00:04:43 UTC; biocbuild
Author: Jinming Cheng [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3806-4694>)
Maintainer: Jinming Cheng <jinming.cheng@outlook.com>
