-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
60 lines (60 loc) · 1.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: scrattch.patchseq
Title: Generalized Allen Institute patchseq processing
Version: 0.1.1
Authors@R:
person(given = "Nelson",
family = "Johansen",
role = c("aut", "cre"),
email = "[email protected]")
person(given = "Jeremy",
family = "Miller",
role = c("aut", "cre"),
email = "[email protected]")
person(given = "Changkyu",
family = "Lee",
role = c("aut", "cre"),
email = "[email protected]")
person(given = "Inkar",
family = "Kapen",
role = c("aut", "cre"),
email = "[email protected]")
Description: ADD
License: GPL-3
Depends: feather,
anndata,
dplyr,
dendextend,
viridis,
feather,
tibble,
Matrix,
MatrixExtra,
MatrixGenerics,
foreach,
pvclust,
scrattch.io,
scrattch.hicat,
scrattch.bigcat,
scrattch.vis,
scrattch.taxonomy,
mfishtools,
patchseqtools,
patchSeqQC,
Seurat,
cowplot,
umap,
arrow,
BiocNeighbors,
RANN,
jsonlite
Suggests: knitr,
rmarkdown,
testthat,
future,
parallel,
doMC
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2