-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
33 lines (33 loc) · 1.16 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
Package: tidygenomics
Type: Package
Title: Tidy Verbs for Dealing with Genomic Data Frames
Version: 0.1.2
Authors@R: c(person("Constantin", "Ahlmann-Eltze", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3762-068X")),
person("Stan Developers", role="cph",
comment="Code from the Stan Math library is reused in 'cluster_interval.cpp'"),
person("David", "Robinson", role="cph",
comment="Code from the fuzzyjoin package is reused"))
Description: Handle genomic data within data frames just as you would with 'GRanges'.
This packages provides method to deal with genomic intervals the "tidy-way" which makes
it simpler to integrate in the the general data munging process. The API is inspired by the
popular 'bedtools' and the genome_join() method from the 'fuzzyjoin' package.
URL: https://github.com/const-ae/tidygenomics
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
rlang,
purrr,
tidyr,
fuzzyjoin (>= 0.1.3),
IRanges,
Rcpp
Suggests: testthat,
knitr,
rmarkdown
RoxygenNote: 6.1.1
LinkingTo:
Rcpp
VignetteBuilder: knitr