Package: clustifyr
Title: Classifier for Single-cell RNA-seq Using Cell Clusters
Version: 1.0.0
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("RNA Bioscience Initiative", role = c("fnd")),
      person(given = "Austin",
             family = "Gillen",
             role = "ctb",
             email = "austin.gillen@ucdenver.edu"),
      person(given = "Chengzhe",
             family = "Tian",
             role = "ctb",
             email = "Chengzhe.Tian@colorado.edu"),
      person(given = "Jay",
             family = "Hesselberth",
             role = "ctb",
             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 (>= 3.6)
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.1.0
LazyData: true
git_url: https://git.bioconductor.org/packages/clustifyr
git_branch: RELEASE_3_11
git_last_commit: bede830
git_last_commit_date: 2020-04-27
Date/Publication: 2020-04-27
NeedsCompilation: no
Packaged: 2020-04-28 07:29:17 UTC; biocbuild
Author: Rui Fu [aut, cre],
  Kent Riemondy [aut],
  RNA Bioscience Initiative [fnd],
  Austin Gillen [ctb],
  Chengzhe Tian [ctb],
  Jay Hesselberth [ctb],
  Yue Hao [ctb],
  Michelle Daya [ctb]
Maintainer: Rui Fu <raysinensis@gmail.com>
Built: R 4.0.0; ; 2020-04-28 18:18:27 UTC; windows
