Package: tadar Title: Transcriptome Analysis of Differential Allelic Representation Version: 1.11.0 Description: This package provides functions to standardise the analysis of Differential Allelic Representation (DAR). DAR compromises the integrity of Differential Expression analysis results as it can bias expression, influencing the classification of genes (or transcripts) as being differentially expressed. DAR analysis results in an easy-to-interpret value between 0 and 1 for each genetic feature of interest, where 0 represents identical allelic representation and 1 represents complete diversity. This metric can be used to identify features prone to false-positive calls in Differential Expression analysis, and can be leveraged with statistical methods to alleviate the impact of such artefacts on RNA-seq data. Authors@R: c(person("Lachlan", "Baer", email = "baerlachlan@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5213-3401")), person("Stevie", "Pederson", email = "stephen.pederson.au@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-8197-3303"))) License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 BugReports: https://github.com/baerlachlan/tadar/issues URL: https://github.com/baerlachlan/tadar BiocType: Software biocViews: Sequencing, RNASeq, SNP, GenomicVariation, VariantAnnotation, DifferentialExpression VignetteBuilder: knitr Depends: GenomicRanges, ggplot2, R (>= 4.4.0) Imports: BiocGenerics, Seqinfo, Gviz, IRanges, lifecycle, MatrixGenerics, methods, rlang, Rsamtools, S4Vectors, stats, VariantAnnotation Suggests: BiocStyle, covr, knitr, limma, rmarkdown, testthat (>= 3.0.0), tidyverse Config/pak/sysreqs: cmake make libbz2-dev libicu-dev libjpeg-dev liblzma-dev libpng-dev libuv1-dev libxml2-dev libssl-dev xz-utils zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 13:01:33 UTC RemoteUrl: https://github.com/bioc/tadar RemoteRef: HEAD RemoteSha: fe09e622bd69d08bf74311bfd60a4b8c5f88afac NeedsCompilation: no Packaged: 2026-06-23 10:27:26 UTC; root Author: Lachlan Baer [aut, cre] (ORCID: ), Stevie Pederson [aut] (ORCID: ) Maintainer: Lachlan Baer