Package: clustifyr
Title: Classifier for Single-cell RNA-seq Using Cell Clusters
Version: 0.99.7
Description:  Package designed to aid in classifying cells from single-cell RNA sequencing data
    using external reference data (e.g., bulk RNA-seq, scRNA-seq, microarray, gene lists). A 
    variety of correlation based methods and gene list enrichment methods are provided to assist cell
    type assignment.
Authors@R: 
    c(person(given = "Rui",
             family = "Fu",
             role = c("aut", "cre"),
             email = "raysinensis@gmail.com"),
      person(given = "Kent",
             family = "Riemondy",
             role = "aut",
             email = "kent.riemondy@ucdenver.edu"),
      person(given = "Austin",
             family = "Gillen",
             role = "aut",
             email = "austin.gillen@ucdenver.edu"),
      person(given = "Chengzhe",
             family = "Tian",
             role = "aut",
             email = "Chengzhe.Tian@colorado.edu"),
      person(given = "Jay",
             family = "Hesselberth",
             role = "aut",
             email = "jay.hesselberth@gmail.com"),
      person(given = "Yue",
             family = "Hao",
             role = "ctb",
             email = "haoyuethink@gmail.com"),
      person(given = "Michelle",
             family = "Daya",
             role = "ctb",
             email = "michelle.daya@ucdenver.edu"))
License: MIT + file LICENSE
Depends:
    R (>= 4.0)
Imports: 
    cowplot,
    dplyr,
    entropy,
    fgsea,
    ggplot2,
    Matrix,
    readr,
    rlang,
    scales,
    stringr,
    tibble,
    tidyr,
    stats,
    methods,
    SingleCellExperiment,
    SummarizedExperiment,
    matrixStats,
    S4Vectors
Suggests:
    ComplexHeatmap,
    covr,
    knitr,
    rmarkdown,
    testthat,
    ggrepel,
    BiocStyle
biocViews: SingleCell, Annotation, Sequencing, Microarray
BugReports: https://github.com/rnabioco/clustifyr/issues
URL: http://github.com/rnabioco/clustifyr#readme,
    https://rnabioco.github.io/clustifyr/
VignetteBuilder: 
    knitr
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
LazyData: true
