-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.59 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
Package: GenomicTuples
Type: Package
Title: Representation and Manipulation of Genomic Tuples
Version: 1.41.1
Date: 2024-11-13
Encoding: UTF-8
Authors@R: c(person("Peter", "Hickey", role = c("aut", "cre"),
email = "[email protected]"),
person("Marcin", "Cieslik", role = "ctb",
email = "[email protected]"),
person("Hervé", "Pagès", role = "ctb"))
Description: GenomicTuples defines general purpose containers for storing
genomic tuples. It aims to provide functionality for tuples of genomic
co-ordinates that are analogous to those available for genomic ranges in
the GenomicRanges Bioconductor package.
URL: www.github.com/PeteHaitch/GenomicTuples
BugReports: https://github.com/PeteHaitch/GenomicTuples/issues
biocViews: Infrastructure, DataRepresentation, Sequencing
VignetteBuilder: knitr
Depends:
R (>= 4.0),
GenomicRanges (>= 1.37.4),
GenomeInfoDb (>= 1.15.2),
S4Vectors (>= 0.17.25)
Imports:
methods,
BiocGenerics (>= 0.21.2),
Rcpp (>= 0.11.2),
IRanges (>= 2.19.13),
data.table,
stats4,
stats,
utils
Suggests:
testthat,
knitr,
BiocStyle,
rmarkdown,
covr,
GenomicAlignments,
Biostrings
LinkingTo: Rcpp
License: Artistic-2.0
Collate:
'AllGenerics.R'
'AllUtilities.R'
'GTuples-class.R'
'GTuples-comparison.R'
'GTuplesList-class.R'
'GenomicTuples.R'
'RcppExports.R'
'coverage-methods.R'
'findOverlaps-methods.R'
'inter-tuple-methods.R'
'intra-tuple-methods.R'
'nearest-methods.R'
'setops-methods.R'
'tile-methods.R'
'zzz.R'
RoxygenNote: 7.2.3