Package: svaRetro
Type: Package
Title: Retrotransposed transcript detection from structural variants
Version: 1.18.0
Date: 2026-02-18
Authors@R: 
    c(person(given = "Ruining",
             family = "Dong",
             role = c("aut", "cre"),
             email = "lnyidrn@gmail.com",
             comment = c(ORCID = "0000-0003-1433-0484")))
Description: svaRetro contains functions for detecting retrotransposed 
    transcripts (RTs) from structural variant calls. It takes structural variant
    calls in GRanges of breakend notation and identifies RTs by exon-exon 
    junctions and insertion sites. The candidate RTs are reported by events and 
    annotated with information of the inserted transcripts.
License: GPL-3 + file LICENSE
Depends: GenomicRanges, rtracklayer, BiocGenerics,
        StructuralVariantAnnotation, R (>= 4.0)
Imports: VariantAnnotation, AnnotationDbi, assertthat, Biostrings,
        stringr, dplyr, methods, rlang, S4Vectors, Seqinfo,
        GenomeInfoDb, GenomicFeatures, utils
Suggests: TxDb.Hsapiens.UCSC.hg19.knownGene, org.Hs.eg.db, ggplot2,
        devtools, testthat (>= 2.1.0), roxygen2, knitr, BiocStyle,
        plyranges, circlize, tictoc, IRanges, stats,
        SummarizedExperiment, rmarkdown
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr
biocViews: DataImport, Sequencing, Annotation, Genetics,
        VariantAnnotation, Coverage, VariantDetection
BugReports: https://github.com/PapenfussLab/svaRetro/issues
git_url: https://git.bioconductor.org/packages/svaRetro
git_branch: RELEASE_3_23
git_last_commit: c3370c7
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: no
Packaged: 2026-04-29 01:04:40 UTC; biocbuild
Author: Ruining Dong [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1433-0484>)
Maintainer: Ruining Dong <lnyidrn@gmail.com>
