Package: TEKRABber Type: Package Title: An R package estimates the correlations of orthologs and transposable elements between two species Version: 1.17.0 Description: TEKRABber is made to provide a user-friendly pipeline for comparing orthologs and transposable elements (TEs) between two species. It considers the orthology confidence between two species from BioMart to normalize expression counts and detect differentially expressed orthologs/TEs. Then it provides one to one correlation analysis for desired orthologs and TEs. There is also an app function to have a first insight on the result. Users can prepare orthologs/TEs RNA-seq expression data by their own preference to run TEKRABber following the data structure mentioned in the vignettes. Authors@R: c(person("Yao-Chung", "Chen", email = "yao-chung.chen@fu-berlin.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9927-9130")), person("Katja", "Nowick", email = "katja.nowick@fu-berlin.de", role = c("aut"), comment = c(ORCID = "0000-0003-3993-4479"))) URL: https://github.com/ferygood/TEKRABber BugReports: https://github.com/ferygood/TEKRABber/issues Encoding: UTF-8 License: LGPL (>=3) Imports: AnnotationHub, apeglm, biomaRt, dplyr, doParallel, DESeq2, foreach, magrittr, Rcpp (>= 1.0.7), rtracklayer, SCBN, stats, utils LinkingTo: Rcpp Depends: R (>= 4.3) LazyData: false Suggests: BiocStyle, GenomeInfoDb, bslib, ggplot2, ggpubr, plotly, rmarkdown, shiny, knitr, testthat (>= 3.0.0) VignetteBuilder: knitr VignetteEngine: knitr RoxygenNote: 7.3.3 biocViews: DifferentialExpression, Normalization, Transcription, GeneExpression Config/pak/sysreqs: make libbz2-dev libicu-dev liblzma-dev libpng-dev libxml2-dev libssl-dev xz-utils zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:57:48 UTC RemoteUrl: https://github.com/bioc/TEKRABber RemoteRef: HEAD RemoteSha: 147c15f0def849906f96c4a6f0d2608eeb8ff0ed NeedsCompilation: yes Packaged: 2026-07-05 04:04:34 UTC; root Author: Yao-Chung Chen [aut, cre] (ORCID: ), Katja Nowick [aut] (ORCID: ) Maintainer: Yao-Chung Chen