-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.92 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
Type: Package
Package: SingleCellMultiModal
Title: Integrating Multi-modal Single Cell Experiment datasets
Version: 1.19.1
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Ricard", "Argelaguet", , "[email protected]", "aut"),
person("Al", "Abadi", , , "ctb"),
person("Dario", "Righelli", , "[email protected]", "aut"),
person("Christophe", "Vanderaa", ,
"[email protected]", "ctb"),
person("Kelly", "Eckenrode", , "[email protected]", "aut"),
person("Ludwig", "Geistlinger", ,
"[email protected]", "aut"),
person("Levi", "Waldron", , "[email protected]", "aut")
)
Description: SingleCellMultiModal is an ExperimentHub package
that serves multiple datasets obtained from GEO and other sources and
represents them as MultiAssayExperiment objects. We provide several
multi-modal datasets including scNMT, 10X Multiome, seqFISH, CITEseq,
SCoPE2, and others. The scope of the package is is to provide data for
benchmarking and analysis. To cite, use the 'citation' function and see
<https://doi.org/10.1371/journal.pcbi.1011324>.
License: Artistic-2.0
BugReports: https://github.com/waldronlab/SingleCellMultiModal/issues
Depends:
R (>= 4.2.0),
MultiAssayExperiment
Imports:
AnnotationHub,
BiocBaseUtils,
BiocFileCache,
ExperimentHub,
graphics,
HDF5Array,
S4Vectors,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment,
Matrix,
methods,
utils
Suggests:
BiocStyle,
ggplot2,
knitr,
RaggedExperiment,
rmarkdown,
scater,
scran,
UpSetR,
uwot
VignetteBuilder:
knitr
biocViews: ExperimentData, SingleCellData, ReproducibleResearch,
ExperimentHub, GEO
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Date: 2024-11-20