-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
79 lines (79 loc) · 2.34 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
70
71
72
73
74
75
76
77
78
79
Package: MultiAssayExperiment
Title: Software for the integration of multi-omics experiments in
Bioconductor
Version: 1.33.1
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
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", , "[email protected]", "aut"),
person("MultiAssay", "SIG", , "[email protected]", "ctb"))
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 (>= 1.3.81), R (>= 3.5.0)
Imports:
Biobase,
BiocBaseUtils,
BiocGenerics,
DelayedArray,
GenomicRanges,
IRanges,
methods,
S4Vectors,
tidyr,
utils
Suggests:
BiocStyle,
HDF5Array,
knitr,
maftools,
R.rsp,
RaggedExperiment,
reshape2,
rmarkdown,
survival,
survminer,
testthat,
UpSetR
VignetteBuilder:
knitr,
R.rsp
biocViews: Infrastructure, DataRepresentation
Encoding: UTF-8
RoxygenNote: 7.3.2
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: 2024-08-22