Package: scReClassify Type: Package Title: scReClassify: post hoc cell type classification of single-cell RNA-seq data Version: 1.19.0 Authors@R: c( person("Pengyi", "Yang", email = "pengyi.yang@sydney.edu.au", role = c("aut"), comment = c(ORCID = "0000-0003-1098-3138")), person("Taiyun", "Kim", email = "taiyun.kim91@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5028-836X"))) Description: A post hoc cell type classification tool to fine-tune cell type annotations generated by any cell type classification procedure with semi-supervised learning algorithm AdaSampling technique. The current version of scReClassify supports Support Vector Machine and Random Forest as a base classifier. License: GPL-3 + file LICENSE BugReports: https://github.com/SydneyBioX/scReClassify/issues URL: https://github.com/SydneyBioX/scReClassify, http://www.bioconductor.org/packages/release/bioc/html/scReClassify.html Depends: R (>= 4.1) Encoding: UTF-8 LazyData: false RoxygenNote: 7.2.1 Roxygen: list(markdown = TRUE) Imports: randomForest, e1071, stats, SummarizedExperiment, SingleCellExperiment, methods VignetteBuilder: knitr biocViews: Software, Transcriptomics, SingleCell, Classification, SupportVectorMachine Suggests: testthat, knitr, BiocStyle, rmarkdown, DT, mclust, dplyr Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:56:54 UTC RemoteUrl: https://github.com/bioc/scReClassify RemoteRef: HEAD RemoteSha: 08344c472dac4ed9483bdeb0d0b50ebd445cea3b NeedsCompilation: no Packaged: 2026-07-14 05:17:50 UTC; root Author: Pengyi Yang [aut] (ORCID: ), Taiyun Kim [aut, cre] (ORCID: ) Maintainer: Taiyun Kim