TEKRABber
An R package estimates the correlations of orthologs and transposable elements between two species
Bioconductor version: 3.23 · Package version: 1.16.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TEKRABber") Details
| Maintainer | Yao-Chung Chen <yao-chung.chen@fu-berlin.de> |
| Author | Yao-Chung Chen [aut, cre] (ORCID: <https://orcid.org/0000-0002-9927-9130>), Katja Nowick [aut] (ORCID: <https://orcid.org/0000-0003-3993-4479>) |
| License | LGPL (>=3) |
| URL | https://github.com/ferygood/TEKRABber |
| Bug Reports | https://github.com/ferygood/TEKRABber/issues |
| Downloads rank | 238 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, GeneExpression, Normalization, Software, Transcription |
Documentation
Download
Dependencies
Depends: R (>= 4.3)
Imports: AnnotationHub, apeglm, biomaRt, dplyr, doParallel, DESeq2, foreach, magrittr, Rcpp (>= 1.0.7), rtracklayer, SCBN, stats, utils
LinkingTo: Rcpp
Suggests: BiocStyle, GenomeInfoDb, bslib, ggplot2, ggpubr, plotly, rmarkdown, shiny, knitr, testthat (>= 3.0.0)