-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
79 lines (79 loc) · 1.71 KB
/
Copy pathDESCRIPTION
File metadata and controls
79 lines (79 loc) · 1.71 KB
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
72
73
74
75
76
77
78
79
Package: SCOT
Title: Single Cell Omics Toolbox
Version: 0.0.0.9000
Authors@R: c(
person("Nathan", "Wong", , "nathan.wong@nih.gov", role = c("aut", "cre")),
person("Kelly", "Sovacool", , "kelly.sovacool@nih.gov", role = "aut",
comment = c(ORCID = "0000-0003-3283-829X")),
person("Vishal", "Koparde", , "vishal.koparde@nih.gov", role = "aut",
comment = c(ORCID = "0000-0001-8978-8495")),
person("CCR Collaborative Bioinformatics Resource", role = "cph")
)
Description: Toolbox for single cell RNA-seq.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
AnnotationDbi,
AUCell,
BiocGenerics,
celldex,
clusterSim,
djvdj,
DoubletFinder,
dplyr,
DropletUtils,
flexmix,
ggplot2,
ggpubr,
ggrepel,
glue,
grDevices,
harmony,
magrittr,
ontoProc,
org.Hs.eg.db,
org.Mm.eg.db,
Orthology.eg.db,
reshape2,
rlang,
rliger,
Routliers,
scDblFinder,
scRNAseq,
Seurat,
SeuratObject,
SeuratWrappers,
SingleR,
stats,
SummarizedExperiment,
utils
Suggests:
cffr,
glmGamPoi,
GSEABase,
knitr,
ontologyIndex,
R.utils,
rmarkdown,
roxygen2,
SeuratData,
SingleCellExperiment,
testthat (>= 3.0.0),
usethis
Remotes:
mdelacre/Routliers,
chris-mcginnis-ucsf/DoubletFinder,
rnabioco/djvdj@*release,
SeuratData=satijalab/seurat-data,
SeuratWrappers=satijalab/seurat-wrappers
biocViews:
Config/Needs/autoformat: cffr, rmarkdown, roxygen2
Config/Needs/check: rcmdcheck
Config/Needs/lint: lintr, pkgload
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3