Package: posDemux
Type: Package
Title: Positional combinatorial sequence demultiplexer
Encoding: UTF-8
Version: 0.99.4
Date: 2025-11-05
Authors@R: c(
   person(given = "Jakob Peder",
   family = "Pettersen",
   role = c("aut","cre"),
   email = "jakobpeder.pettersen@gmail.com",
   comment = c(ORCID = "0000-0002-3485-1634")
   ),
   person("Centre for new antibacterial strategies (CANS)",
   role = "fnd"
   )
   )
Description: Demultiplexing and filtering utilities intended for reads with
   combinatorial barcodes (i.e. PETRI-seq and SPLiT-seq). The demultiplexer algorithm
   uses the position of the segments to extract and compare the barcodes with the reference (whitelist).
   A Shiny application is provided to interactively select cutoffs for which barcode
   combinations to keep.
License: AGPL (>= 3)
Depends: R (>= 4.6.0)
Imports: Biostrings, ggplot2, methods, assertthat, glue, magrittr,
        dplyr, rlang, ShortRead, readr, shiny, purrr
LinkingTo: Rcpp, Biostrings, IRanges, S4Vectors, XVector
biocViews: SequenceMatching, Sequencing, Software, RNASeq
URL: https://github.com/yaccos/posDemux
BugReports: https://github.com/yaccos/posDemux/issues
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Suggests: testthat, devtools, DNABarcodes, knitr, rmarkdown, tibble,
        tidyr, BiocStyle, RefManageR, sessioninfo, DBI, chunked,
        RSQLite, dbplyr
Config/testthat/edition: 3
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/posDemux
git_branch: devel
git_last_commit: 6d9f3c2
git_last_commit_date: 2025-11-05
Repository: Bioconductor 3.23
Date/Publication: 2026-01-13
NeedsCompilation: yes
Packaged: 2026-01-14 00:27:59 UTC; biocbuild
Author: Jakob Peder Pettersen [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3485-1634>),
  Centre for new antibacterial strategies (CANS) [fnd]
Maintainer: Jakob Peder Pettersen <jakobpeder.pettersen@gmail.com>
