- Home
- Bioconductor 3.6
- Software Packages
- DNABarcodes
DNABarcodes
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see DNABarcodes.
A tool for creating and analysing DNA barcodes used in Next Generation Sequencing multiplexing experiments
Bioconductor version: 3.6
The package offers a function to create DNA barcode sets capable of correcting insertion, deletion, and substitution errors. Existing barcodes can be analysed regarding their minimal, maximal and average distances between barcodes. Finally, reads that start with a (possibly mutated) barcode can be demultiplexed, i.e., assigned to their original reference barcode.
Author: Tilo Buschmann <tilo.buschmann.ac at gmail.com>
Maintainer: Tilo Buschmann <tilo.buschmann.ac at gmail.com>
citation("DNABarcodes")):
Installation
To install this package, start R (version "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DNABarcodes")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.