forked from tidyomics/plyinteractions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
98 lines (98 loc) · 2.18 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Package: plyinteractions
Title: Extending tidy verbs to genomic interactions
Description: Operate on `GInteractions` objects as tabular data using
`dplyr`-like verbs. The functions and methods in `plyinteractions`
provide a grammatical approach to manipulate `GInteractions`, to
facilitate their integration in genomic analysis workflows.
Version: 1.3.1
Date: 2023-08-21
Authors@R:
c(person("Jacques", "Serizay", , "[email protected]",
role = c("aut", "cre")
))
License: Artistic-2.0
URL: https://github.com/js2264/plyinteractions
BugReports: https://github.com/js2264/plyinteractions/issues
biocViews: Software,
Infrastructure
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
InteractionSet,
GenomeInfoDb,
BiocGenerics,
GenomicRanges,
plyranges,
IRanges,
S4Vectors,
rlang,
dplyr,
tibble,
tidyselect,
methods,
utils
Suggests:
tidyverse,
BSgenome.Mmusculus.UCSC.mm10,
Biostrings,
BiocParallel,
scales,
HiContactsData,
rtracklayer,
BiocStyle,
covr,
knitr,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0),
RefManageR
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Collate:
'AllGenerics.R'
'AllClasses.R'
'add_pairdist.R'
'anchor.R'
'annotate.R'
'arrange.R'
'count-overlaps.R'
'count.R'
'data.R'
'export.R'
'filter-overlaps.R'
'filter.R'
'find-overlaps.R'
'flank.R'
'ginteractions-construct.R'
'ginteractions-env.R'
'ginteractions-getters.R'
'ginteractions-scoping.R'
'ginteractions-setters.R'
'tbl_vars.R'
'group_data.R'
'group_by.R'
'internals.R'
'join-overlap-left.R'
'methods-AnchoredPinnedGInteractions.R'
'methods-DelegatingGInteractions.R'
'methods-GroupedGInteractions.R'
'methods-PinnedGInteractions.R'
'methods-show.R'
'mutate.R'
'pair-granges.R'
'pin.R'
'plyinteractions.R'
'reexports-dplyr.R'
'reexports-plyranges.R'
'reexports.R'
'rename.R'
'replace-anchors.R'
'select.R'
'shift.R'
'slice.R'
'stretch.R'
'summarize.R'
LazyData: false
Depends:
R (>= 4.3.0)