Package: scAnnotatR
Type: Package
Title: Pretrained learning models for cell type prediction on single cell 
       RNA-sequencing data 
Version: 0.99.4
Authors@R: 
    c(person("Vy", "Nguyen", email = "[email protected]", 
      role = c("aut"), comment = c(ORCID = "0000-0003-3436-3662")),
      person("Johannes", "Griss", email = "[email protected]", 
      role = c("cre"), comment = c(ORCID = "0000-0003-2206-9511")))
Description: The package comprises a set of pretrained machine learning models
             to predict basic immune cell types. This enables all users to 
             quickly get a first annotation of the cell types present in their 
             dataset without requiring prior knowledge. scAnnotatR also allows 
             users to train their own models to predict new cell types based on 
             specific research needs.
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: SingleCell, Transcriptomics, GeneExpression, SupportVectorMachine, 
           Classification, Software
Imports: 
    dplyr,
    ggplot2,
    caret,
    ROCR,
    pROC,
    data.tree,
    methods,
    stats,
    e1071, 
    ape, 
    kernlab,
    tools,
    BiocFileCache,
    utils
Suggests: 
    knitr,
    rmarkdown,
    scRNAseq,
    testthat
VignetteBuilder: knitr
Depends: R (>= 4.1), Seurat, SingleCellExperiment, SummarizedExperiment
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/grisslab/scAnnotatR
BugReports: https://github.com/grisslab/scAnnotatR/issues/new