- Home
- Bioconductor 3.17
- Software Packages
- TEKRABber
TEKRABber
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see TEKRABber.
An R package estimates the correlations of orthologs and transposable elements between two species
Bioconductor version: 3.17
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.
Author: Yao-Chung Chen [aut, cre] , Katja Nowick [aut]
Maintainer: Yao-Chung Chen <yao-chung.chen at fu-berlin.de>
citation("TEKRABber")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TEKRABber")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("TEKRABber")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.