-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
69 lines (69 loc) · 1.53 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
Package: scKirby
Type: Package
Title: Automated ingestion and conversion of various single-cell data formats.
Version: 0.1.4
Authors@R: c(person(given = "Brian",
family = "Schilder",
role = c("cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")) )
Description: Automated ingestion and conversion of various single-cell data formats.
License: GPL (>= 3)
URL: https://github.com/neurogenomics/scKirby
BugReports: https://github.com/neurogenomics/scKirby/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
SystemRequirements: Python (>= 3.7.0)
biocViews:
Software, SingleCell
Imports:
orthogene,
echoconda,
EWCE,
ewceData,
data.table,
Matrix,
reticulate,
S4Vectors,
Seurat,
SeuratObject,
SeuratDisk,
anndata,
SummarizedExperiment,
SingleCellExperiment,
LoomExperiment,
DelayedArray,
BiocParallel,
parallel,
HDF5Array,
tidyr
Suggests:
rworkflows,
rmarkdown,
knitr,
loomR,
sceasy,
leidenbase,
speedglm,
monocle3,
monocle,
SCopeLoomR,
zellkonverter,
anndataR,
future,
testthat (>= 3.0.0),
WGCNA
Remotes:
github::RajLabMSSM/echoconda,
github::mojaveazure/seurat-disk,
github::mojaveazure/loomR,
github::cellgeni/sceasy,
github::cole-trapnell-lab/leidenbase,
github::cran/speedglm,
github::cole-trapnell-lab/monocle3,
github::aertslab/SCopeLoomR,
github::scverse/anndataR
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Config/testthat/edition: 3