Package: DuplexDiscovereR Title: Analysis of the data from RNA duplex probing experiments Authors@R: c(person("Egor", "Semenchenko", , email = "yegor.smb@gmail.com", role = c("aut", "cre","cph"), comment = c(ORCID = "0009-0007-5306-076X")), person("Volodymyr", "Tsybulskyi", , email = "Volodymyr.Tsybulskyi@mdc-berlin.de", role = c("ctb"), comment = c(ORCID = "0009-0002-4141-6291")), person("Irmtraud M.", "Meyer", , email = "irmtraud.m.meyer@cantab.net", role = c("aut","cph"), comment = c(ORCID = "0000-0002-4048-3479"))) Description: DuplexDiscovereR is a package designed for analyzing data from RNA cross-linking and proximity ligation protocols such as SPLASH, PARIS, LIGR-seq, and others. DuplexDiscovereR accepts input in the form of chimerically or split-aligned reads. It includes procedures for alignment classification, filtering, and efficient clustering of individual chimeric reads into duplex groups (DGs). Once DGs are identified, the package predicts RNA duplex formation and their hybridization energies. Additional metrics, such as p-values for random ligation hypothesis or mean DG alignment scores, can be calculated to rank final set of RNA duplexes. Data from multiple experiments or replicates can be processed separately and further compared to check the reproducibility of the experimental method. License: GPL-3 URL: https://github.com/Egors01/DuplexDiscovereR/ BugReports: https://github.com/Egors01/DuplexDiscovereR/issues/ Encoding: UTF-8 NeedsCompilation: no Version: 1.7.0 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 BiocType: Software biocViews: Sequencing, Transcriptomics, StructuralPrediction, Clustering, SplicedAlignment Imports: Gviz, Biostrings, rtracklayer, GenomicAlignments, GenomicRanges, GenomeInfoDb, ggsci, igraph, rlang, scales, stringr, dplyr, tibble, tidyr, purrr, methods, grDevices, stats, utils, vctrs Depends: R (>= 4.5), InteractionSet LazyData: false Suggests: knitr, UpSetR, BiocStyle, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr VignetteEngine: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake libglpk-dev make libbz2-dev libicu-dev libjpeg-dev liblzma-dev libpng-dev libuv1-dev libxml2-dev libssl-dev xz-utils zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:03:52 UTC RemoteUrl: https://github.com/bioc/DuplexDiscovereR RemoteRef: HEAD RemoteSha: 7fa11a7479b775d0f76b1c1187ed3713854b5a1d Packaged: 2026-07-12 09:31:59 UTC; root Author: Egor Semenchenko [aut, cre, cph] (ORCID: ), Volodymyr Tsybulskyi [ctb] (ORCID: ), Irmtraud M. Meyer [aut, cph] (ORCID: ) Maintainer: Egor Semenchenko