atena
Analysis of Transposable Elements
Bioconductor version: 3.23 · Package version: 1.18.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("atena") Details
| Maintainer | Robert Castelo <robert.castelo@upf.edu> |
| Author | Beatriz Calvo-Serra [aut], Robert Castelo [aut, cre] |
| License | Artistic-2.0 |
| URL | https://github.com/rcastelo/atena |
| Bug Reports | https://github.com/rcastelo/atena/issues |
| Downloads rank | 267 |
| Source branch | RELEASE_3_23 |
| biocViews | Coverage, DifferentialExpression, FunctionalGenomics, GeneExpression, Preprocessing, RNASeq, Sequencing, Software, Transcription, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 4.3.0), SummarizedExperiment
Imports: methods, stats, Matrix, BiocGenerics, MatrixGenerics, BiocParallel, S4Vectors, IRanges, Seqinfo, GenomicFeatures, GenomicRanges, GenomicAlignments, Rsamtools, GenomeInfoDb, SQUAREM, sparseMatrixStats, AnnotationHub, matrixStats, cli
Suggests: covr, BiocStyle, knitr, rmarkdown, RUnit, TxDb.Dmelanogaster.UCSC.dm6.ensGene, RColorBrewer