-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: cytobox
Type: Package
Title: A toolbox for analyzing single cell RNA-seq data
Description: A toolkit for processing, interrogating, and visualizing single cell RNA-seq data.
Version: 0.6.1
Authors@R: c(person("Selin", "Jessa", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4192-6523")),
person("Alexis", "Blanchet-Cohen", role = "aut"),
person("Yixing", "Hu", role = "aut"),
person(c("Claudia", "L."), "Kleinman", role = "aut"),
person(c("Kleinman", "Lab,"), "McGill University", role = "ctb"))
Encoding: UTF-8
License: GPL-3 + file LICENSE
LazyData: true
biocViews:
URL: https://github.com/fungenomics/cytobox
Depends: R (>= 3.4)
Imports:
ggplot2 (>= 2.2.1),
dplyr (>= 0.7.0),
viridis (>= 0.4.1),
magrittr (>= 1.5),
Seurat (< 3.0.0),
tibble,
rlang (>= 0.1.2),
purrr,
glue,
tidyr,
RColorBrewer,
Rcpp,
ggrepel,
cowplot,
ggridges,
plyr,
randomForest,
grid,
gridExtra
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
rmarkdown
Remotes:
satijalab/[email protected]
VignetteBuilder: knitr