-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.22 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
Package: rOpenScPCA
Type: Package
Title: Utility Functions for OpenScPCA Project Analysis Modules
Version: 0.1.0
Authors@R: c(
person(c("Stephanie", "J."), "Spielman",
email = "[email protected]",
comment = list(ORCID = "0000-0002-9090-4788"),
role = c("aut", "cre")),
person(c("Joshua", "A."), "Shapiro",
email = "[email protected]",
comment = list(ORCID = "0000-0002-6224-0347"),
role = c("aut"))
)
Maintainer: Stephanie J. Spielman <[email protected]>
Description: This package contains utility functions that support single-cell RNA-seq
analysis in R-based OpenScPCA analysis module code.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0),
scater,
scran,
Seurat,
splatter,
Matrix,
SeuratObject
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Imports:
BiocParallel,
bluster (>= 1.14),
dplyr,
methods,
pdfCluster,
purrr,
S4Vectors,
scuttle,
SingleCellExperiment,
SummarizedExperiment,
tibble,
tidyr
biocViews:
GeneExpression,
Transcriptomics,
SingleCell,
Clustering
Depends:
R (>= 4.0)