-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
108 lines (108 loc) · 2.88 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
99
100
101
102
103
104
105
106
107
108
Package: plyranges
Type: Package
Title: A fluent interface for manipulating GenomicRanges
Version: 1.23.2
Authors@R: c(
person("Stuart", "Lee", role = c("aut"),
comment = c(ORCID = "0000-0003-1179-8436")),
person("Michael", "Lawrence", role = c("aut", "ctb")),
person("Dianne", "Cook", role = c("aut", "ctb")),
person("Spencer", "Nystrom", role = c("ctb"),
comment = c(ORCID = "0000-0003-1000-1579")),
person("Pierre-Paul", "Axisa", role=c("ctb")),
person("Michael", "Love", role = c("ctb","cre"),
email = "[email protected]")
)
Maintainer: Michael Love <[email protected]>
Description: A dplyr-like interface for interacting with the common Bioconductor
classes Ranges and GenomicRanges. By providing a grammatical
and consistent way of manipulating these classes their accessiblity for new
Bioconductor users is hopefully increased.
Depends:
R (>= 3.5),
BiocGenerics,
IRanges (>= 2.12.0),
GenomicRanges (>= 1.28.4)
Imports:
methods,
dplyr,
rlang (>= 0.2.0),
magrittr,
tidyselect (>= 1.0.0),
rtracklayer,
GenomicAlignments,
GenomeInfoDb,
Rsamtools,
S4Vectors (>= 0.23.10),
utils
biocViews: Infrastructure, DataRepresentation, WorkflowStep, Coverage
BugReports: https://github.com/tidyomics/plyranges
License: Artistic-2.0
Encoding: UTF-8
ByteCompile: true
Suggests:
knitr,
BiocStyle,
rmarkdown,
testthat (>= 2.1.0),
HelloRanges,
HelloRangesData,
BSgenome.Hsapiens.UCSC.hg19,
pasillaBamSubset,
covr,
ggplot2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
'class-AnchoredRanges.R'
'class-Operator.R'
'class-DeferredGenomicRanges.R'
'class-GroupedRanges.R'
'dplyr-arrange.R'
'dplyr-filter.R'
'dplyr-groups.R'
'dplyr-mutate.R'
'dplyr-select.R'
'dplyr-slice.R'
'dplyr-summarize.R'
'endo-coverage.R'
'endo-tile.R'
'io-bam.R'
'io-bed.R'
'io-bigwig.R'
'io-gff.R'
'io-wig.R'
'methods-DeferredGenomicRanges.R'
'methods-Operator.R'
'plyranges.R'
'ranges-add-distance.R'
'ranges-anchors.R'
'ranges-arithmetic-flank.R'
'ranges-arithmetic-setters.R'
'ranges-arithmetic-shift.R'
'ranges-arithmetic-stretch.R'
'ranges-bind.R'
'ranges-chop.R'
'ranges-colwise.R'
'ranges-construct.R'
'ranges-disjoin.R'
'ranges-eval-quo.R'
'ranges-eval.R'
'ranges-expand.R'
'ranges-genomeinfo.R'
'ranges-join-follow.R'
'ranges-join-nearest.R'
'ranges-join-precede.R'
'ranges-overlap-count.R'
'ranges-overlap-filter.R'
'ranges-overlap-find.R'
'ranges-overlap-groups.R'
'ranges-overlap-joins-intersect.R'
'ranges-overlap-joins-outer.R'
'ranges-overlap-self-joins.R'
'ranges-pairs.R'
'ranges-rangewise-setops.R'
'ranges-reduce.R'
'ranges-setops.R'
'reexports.R'