Package: rGenomeTracks Title: Integerated visualization of epigenomic data Version: 1.19.0 Authors@R: person(given = "Omar", family = "Elashkar", role = c("aut", "cre"), email = "omar.i.elashkar@gmail.com", comment = c(ORCID = "0000-0002-5505-778X")) Description: rGenomeTracks package leverages the power of pyGenomeTracks software with the interactivity of R. pyGenomeTracks is a python software that offers robust method for visualizing epigenetic data files like narrowPeak, Hic matrix, TADs and arcs, however though, here is no way currently to use it within R interactive session. rGenomeTracks wrapped the whole functionality of pyGenomeTracks with additional utilites to make to more pleasant for R users. Config/reticulate: list( packages = list( list(package = "pyGenomeTracks", version = "3.6") ) ) License: GPL-3 Depends: R (>= 4.1.0), Imports: imager, reticulate, methods, rGenomeTracksData SystemRequirements: pyGenomeTracks (prefered to use install_pyGenomeTracks()) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Suggests: rmarkdown, knitr, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr biocViews: Software, HiC, Visualization Config/pak/sysreqs: libfftw3-dev libglpk-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libxml2-dev libssl-dev python3 libx11-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:56:52 UTC RemoteUrl: https://github.com/bioc/rGenomeTracks RemoteRef: HEAD RemoteSha: 8fe422af4e24be6f2ceb91d646ee32e2d69deddf NeedsCompilation: no Packaged: 2026-07-03 20:10:19 UTC; root Author: Omar Elashkar [aut, cre] (ORCID: ) Maintainer: Omar Elashkar