-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.38 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
Package: RaggedExperiment
Title: Representation of Sparse Experiments and Assays Across Samples
Version: 1.31.1
Authors@R: c(
person("Martin", "Morgan", , "[email protected]", "aut"),
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")),
person("Lydia", "King", , "[email protected]", "ctb")
)
Description: This package provides a flexible representation of copy
number, mutation, and other data that fit into the ragged array
schema for genomic location data. The basic representation of such
data provides a rectangular flat table interface to the user with
range information in the rows and samples/specimen in the columns.
The RaggedExperiment class derives from a GRangesList representation
and provides a semblance of a rectangular dataset.
License: Artistic-2.0
biocViews: Infrastructure, DataRepresentation
BugReports: https://github.com/Bioconductor/RaggedExperiment/issues
VignetteBuilder: knitr
Depends:
R (>= 4.2.0),
GenomicRanges (>= 1.37.17)
Imports:
BiocBaseUtils,
BiocGenerics,
GenomeInfoDb,
IRanges,
Matrix,
MatrixGenerics,
methods,
S4Vectors,
stats,
SummarizedExperiment,
utils
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
MultiAssayExperiment
RoxygenNote: 7.3.2
Encoding: UTF-8
Date: 2024-10-17