Name Mode Size
.github 040000
R 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
NEWS.md 100644 0 kb
README.md 100644 0 kb
README.md
# scConform: uncertainty quantification for cell type annotation using conformal inference ## Install from github The package can then be installed via: ``` if (BiocManager::version() >= "3.23") { BiocManager::install("scConform") } else { spdl::info( "'scConform' requires Bioconductor version 3.23 or later, ", "installing development version from Github" ) devtools::install_github("ccb-hms/scConform") } ``` Load the library. ``` library(scConform) ```