scConform
Conformal Inference for Cell Type Annotation
Bioconductor version: 3.23 · Package version: 1.0.0
Builds prediction interval for cell type annotation using conformal inference and conformal risk control. It provides two main methods. The first one gives prediction intervals with coverage guarantees based on standard conformal inference. The second one instead gives hierarchical prediction intervals that are consistent with the cell ontology.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("scConform") Details
| Maintainer | Daniela Corbetta <daniela.corbetta@unipd.it> |
| Author | Daniela Corbetta [aut, cre] (ORCID: <https://orcid.org/0009-0008-5026-8271>), Tram Nguyen [ctb], Nitesh Turaga [ctb], Ludwig Geistlinger [ctb] |
| License | Artistic-2.0 |
| URL | https://github.com/ccb-hms/scConform |
| Bug Reports | https://github.com/ccb-hms/scConform/issues |
| Downloads rank | 49 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, Classification, SingleCell, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: igraph, stats, SummarizedExperiment, BiocParallel, Rgraphviz
Suggests: knitr, Matrix, rmarkdown, BiocStyle, VGAM, ontoProc, MerfishData, doParallel, scuttle, SingleCellExperiment, scran, testthat (>= 3.0.0)