-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
73 lines (73 loc) · 2.17 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
Package: S4Vectors
Title: Foundation of vector-like and list-like containers in Bioconductor
Description: The S4Vectors package defines the Vector and List virtual classes
and a set of generic functions that extend the semantic of ordinary
vectors and lists in R. Package developers can easily implement
vector-like or list-like objects as concrete subclasses of Vector or
List. In addition, a few low-level concrete subclasses of general
interest (e.g. DataFrame, Rle, Factor, and Hits) are implemented in
the S4Vectors package itself (many more are implemented in the IRanges
package and in other Bioconductor infrastructure packages).
biocViews: Infrastructure, DataRepresentation
URL: https://bioconductor.org/packages/S4Vectors
BugReports: https://github.com/Bioconductor/S4Vectors/issues
Version: 0.45.3
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
person("Hervé", "Pagès", role=c("aut", "cre"),
email="[email protected]"),
person("Michael", "Lawrence", role="aut"),
person("Patrick", "Aboyoun", role="aut"),
person("Aaron", "Lun", role="ctb"),
person("Beryl", "Kanali", role="ctb",
comment="Converted vignettes from Sweave to RMarkdown"))
Depends: R (>= 4.0.0), methods, utils, stats, stats4, BiocGenerics (>= 0.53.2)
Suggests: IRanges, GenomicRanges, SummarizedExperiment, Matrix, DelayedArray, ShortRead, graph, data.table, RUnit, BiocStyle, knitr
VignetteBuilder: knitr
Collate: S4-utils.R
show-utils.R
utils.R
normarg-utils.R
bindROWS.R
LLint-class.R
isSorted.R
subsetting-utils.R
vector-utils.R
integer-utils.R
character-utils.R
raw-utils.R
eval-utils.R
map_ranges_to_runs.R
RectangularData-class.R
Annotated-class.R
DataFrame_OR_NULL-class.R
Vector-class.R
Vector-comparison.R
Vector-setops.R
Vector-merge.R
Hits-class.R
Hits-comparison.R
Hits-setops.R
Rle-class.R
Rle-utils.R
Factor-class.R
List-class.R
List-comparison.R
splitAsList.R
List-utils.R
SimpleList-class.R
HitsList-class.R
DataFrame-class.R
DataFrame-combine.R
DataFrame-comparison.R
DataFrame-utils.R
DataFrameFactor-class.R
TransposedDataFrame-class.R
Pairs-class.R
FilterRules-class.R
stack-methods.R
expand-methods.R
aggregate-methods.R
shiftApply-methods.R
zzz.R