demultiplex: Splits FASTQ files into individual samples.

View source: R/barcodes.R

demultiplexR Documentation

Splits FASTQ files into individual samples.

Description

This function will take each of the sequences barcodes and tries to find the corresponding barcode from the reference set. After that it writes new fastq files containing only the reads for a single barcode.

Usage

demultiplex(object, ...)

Arguments

object

An experiment data table as returned by find_read_files or a worflow object.

...

A configuration as returned by config_demultiplex.

Value

A list containing the split files and matching statistics.

Examples

 NULL


Gibbons-Lab/mbtools documentation built on Jan. 28, 2024, 11:08 a.m.