-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
71 lines (71 loc) · 1.67 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
61
62
63
64
65
66
67
68
69
70
71
Package: scpcaTools
Type: Package
Title: Single cell data tools for ScPCA
Version: 0.4.1
Authors@R: c(
person("Ally", "Hawkins",
email = "ally.hawkins@ccdatalab.org",
comment = list(ORCID = "0000-0001-6026-3660"),
role = c("aut", "cre")),
person(c("Joshua", "A."), "Shapiro",
email = "josh.shapiro@ccdatalab.org",
comment = list(ORCID = "0000-0002-6224-0347"),
role = c("aut")),
person(c("Stephanie", "J."), "Spielman",
email = "stephanie.spielman@ccdatalab.org",
comment = list(ORCID = "0000-0002-9090-4788"),
role = c("aut")),
person(c("Chanté", "J."), "Bethell",
comment = list(ORCID = "0000-0001-9653-8128"),
role = c("aut"))
)
Maintainer: Ally Hawkins <ally.hawkins@ccdatalab.org>
Description: Tools for processing single cell data associated with the
Alex's Lemonade Stand Foundation Single Cell Pediatric Cancer Atlas.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 4.3.0)
Imports:
BiocGenerics,
bluster (>= 1.10),
dplyr,
DropletUtils,
fishpond,
flexmix,
glue,
jsonlite,
Matrix,
methods,
miQC,
purrr,
rlang,
S4Vectors,
scuttle,
SingleCellExperiment,
stringr,
SummarizedExperiment,
tibble,
tidyr,
tximport
Suggests:
batchelor,
eds,
ggplot2,
harmony,
kableExtra,
lisi (>= 1.0),
rmarkdown,
scater,
scran,
scpcaData,
sessioninfo,
Seurat,
testthat (>= 3.1.9),
zellkonverter
Remotes:
AlexsLemonade/scpcaData,
immunogenomics/lisi@v1.0
Config/testthat/edition: 3