-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (42 loc) · 1.26 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
Package: XVector
Title: Foundation of external vector representation and manipulation in Bioconductor
Description: Provides memory efficient S4 classes for storing sequences
"externally" (e.g. behind an R external pointer, or on disk).
biocViews: Infrastructure, DataRepresentation
URL: https://bioconductor.org/packages/XVector
BugReports: https://github.com/Bioconductor/XVector/issues
Version: 0.47.1
License: Artistic-2.0
Encoding: UTF-8
Author: Hervé Pagès and Patrick Aboyoun
Maintainer: Hervé Pagès <[email protected]>
Depends: R (>= 4.0.0), methods, BiocGenerics (>= 0.37.0),
S4Vectors (>= 0.27.12), IRanges (>= 2.23.9)
Imports: methods, utils, tools, BiocGenerics, S4Vectors, IRanges
LinkingTo: S4Vectors, IRanges
Suggests: Biostrings, drosophila2probe, RUnit
Collate: io-utils.R
RDS-random-access.R
SharedVector-class.R
SharedRaw-class.R
SharedInteger-class.R
SharedDouble-class.R
XVector-class.R
XRaw-class.R
XInteger-class.R
XDouble-class.R
XVectorList-class.R
XRawList-class.R
XRawList-comparison.R
XIntegerViews-class.R
XDoubleViews-class.R
OnDiskRaw-class.R
RdaCollection-class.R
RdsCollection-class.R
intra-range-methods.R
compact-methods.R
reverse-methods.R
slice-methods.R
view-summarization-methods.R
updateObject-methods.R
zzz.R