-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathDESCRIPTION
More file actions
80 lines (80 loc) · 2.41 KB
/
DESCRIPTION
File metadata and controls
80 lines (80 loc) · 2.41 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
80
Package: MultiAssayExperiment
Title: Software for the integration of multi-omics experiments in
Bioconductor
Version: 1.37.4
Authors@R: c(
person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")),
person("Martin", "Morgan", , , c("aut", "ctb")),
person("Lori", "Shepherd", , , "ctb"),
person("Hervé", "Pagès", , , "ctb"),
person("Vincent J", "Carey", , , c("aut", "ctb")),
person("Levi", "Waldron", , "lwaldron.research@gmail.com", "aut"),
person("MultiAssay", "SIG", , "biocmultiassay@googlegroups.com", "ctb"),
person("NCI", role = "fnd", comment = c(GrantNo. = "U24CA289073"))
)
Description: Harmonize data management of multiple experimental assays
performed on an overlapping set of specimens. It provides a familiar
Bioconductor user experience by extending concepts from
SummarizedExperiment, supporting an open-ended mix of standard data
classes for individual assays, and allowing subsetting by genomic
ranges or rownames. Facilities are provided for reshaping data into
wide and long formats for adaptability to graphing and downstream
analysis.
License: Artistic-2.0
URL: http://waldronlab.io/MultiAssayExperiment/
BugReports: https://github.com/waldronlab/MultiAssayExperiment/issues
Depends:
SummarizedExperiment, R (>= 4.5.0)
Imports:
Biobase,
BiocBaseUtils,
BiocGenerics,
DelayedArray,
GenomicRanges,
IRanges,
MatrixGenerics,
methods,
S4Vectors,
tidyr,
utils
Suggests:
BiocStyle,
HDF5Array,
h5mread,
knitr,
maftools,
RaggedExperiment,
reshape2,
rmarkdown,
survival,
survminer,
testthat,
UpSetR
VignetteBuilder: knitr
biocViews: Infrastructure, DataRepresentation
Encoding: UTF-8
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Video: https://youtu.be/w6HWAHaDpyk, https://youtu.be/Vh0hVVUKKFM
Collate:
'ExperimentList-class.R'
'MultiAssayExperiment-class.R'
'MatchedAssayExperiment-class.R'
'subsetBy-methods.R'
'MultiAssayExperiment-subset.R'
'MultiAssayExperiment-methods.R'
'MultiAssayExperiment-helpers.R'
'MultiAssayExperiment-pkg.R'
'MultiAssayExperimentToMAF.R'
'assay-methods.R'
'data.R'
'hasAssay.R'
'listToMap.R'
'mapToList.R'
'prepMultiAssay.R'
'reexports.R'
'saveHDF5MultiAssayExperiment.R'
'upsetSamples.R'
'utilities.R'
Date: 2026-03-28