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 = "artjom31415@googlemail.com", 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
NeedsCompilation: yes
Packaged: 2019-08-08 11:42:50 UTC; ahlmanne
Author: Constantin Ahlmann-Eltze [aut, cre]
    (<https://orcid.org/0000-0002-3762-068X>),
  Stan Developers [cph] (Code from the Stan Math library is reused in
    'cluster_interval.cpp'),
  David Robinson [cph] (Code from the fuzzyjoin package is reused)
Maintainer: Constantin Ahlmann-Eltze <artjom31415@googlemail.com>
Repository: CRAN
Date/Publication: 2019-08-08 11:50:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 04:57:16 UTC; windows
Archs: x64
