-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 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
Package: MultimodalExperiment
Title: Integrative Bulk and Single-Cell Experiment Container
Version: 1.5.0
Authors@R:
person(given = "Lucas",
family = "Schiffer",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3628-0326"))
Description:
MultimodalExperiment is an S4 class that integrates bulk and single-cell
experiment data; it is optimally storage-efficient, and its methods are
exceptionally fast. It effortlessly represents multimodal data of any nature
and features normalized experiment, subject, sample, and cell annotations,
which are related to underlying biological experiments through maps. Its
coordination methods are opt-in and employ database-like join operations
internally to deliver fast and flexible management of multimodal data.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.3.0),
IRanges,
S4Vectors
Imports:
BiocGenerics,
MultiAssayExperiment,
methods,
utils
Suggests:
BiocStyle,
knitr,
rmarkdown
biocViews:
DataRepresentation,
Infrastructure,
SingleCell
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)