Main Content
seqsplit
Split sequences into separate files based on barcodes
Description
seqsplit(
splits
sequences in fastqFile
,barcodeFile
)fastqFile
according to the barcodes
in barcodeFile
and saves the sequences in separate
files. By default, the output file name consists of the input file
name followed by the barcode identifier. Sequences that do not match
any provided barcodes, or that match multiple barcodes ambiguously,
are saved in a file with the suffix '_unmatched'
instead
of the barcode identifier.
seqsplit(___,
uses
additional options specified by one or more Name,Value
)Name,Value
pair
arguments.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2016b