atena
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see atena.
Analysis of Transposable Elements
Bioconductor version: 3.21
Quantify expression of transposable elements (TEs) from RNA-seq data through different methods, including ERVmap, TEtranscripts and Telescope. A common interface is provided to use each of these methods, which consists of building a parameter object, calling the quantification function with this object and getting a SummarizedExperiment object as output container of the quantified expression profiles. The implementation allows one to quantify TEs and gene transcripts in an integrated manner.
Author: Beatriz Calvo-Serra [aut], Robert Castelo [aut, cre]
Maintainer: Robert Castelo <robert.castelo at upf.edu>
citation("atena")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("atena")
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("atena")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.