Bioc2026 Registration Open!

DNABarcodeCompatibility

A Tool for Optimizing Combinations of DNA Barcodes Used in Multiplexed Experiments on Next Generation Sequencing Platforms

Bioconductor version: 3.23 · Package version: 1.28.0

The package allows one to obtain optimised combinations of DNA barcodes to be used for multiplex sequencing. In each barcode combination, barcodes are pooled with respect to Illumina chemistry constraints. Combinations can be filtered to keep those that are robust against substitution and insertion/deletion errors thereby facilitating the demultiplexing step. In addition, the package provides an optimiser function to further favor the selection of barcode combinations with least heterogeneity in barcode usage.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("DNABarcodeCompatibility")

Details

MaintainerCéline Trébeau <ctrebeau@pasteur.fr>
AuthorCéline Trébeau [cre] (ORCID: <https://orcid.org/0000-0001-6795-5379>), Jacques Boutet de Monvel [aut] (ORCID: <https://orcid.org/0000-0001-6182-3527>), Fabienne Wong Jun Tai [ctb], Raphaël Etournay [aut] (ORCID: <https://orcid.org/0000-0002-2441-9274>)
Licensefile LICENSE
URLhttps://dnabarcodecompatibility.pasteur.fr/
Bug Reportshttps://gitlab.pasteur.fr/ida-public/dnabarcodecompatibility/-/issues
Downloads rank205
Source branchRELEASE_3_23
biocViewsPreprocessing, Sequencing, Software

Documentation

Download

Dependencies

Depends: R (>= 3.6.0)

Imports: dplyr, tidyr, numbers, purrr, stringr, stats, utils, methods, Rcpp (>= 0.11.2), BH

LinkingTo: Rcpp, BH

Suggests: knitr, rmarkdown, BiocStyle, testthat