Main Content
seqsplitpe
Split merged paired-end sequences into separate files
Description
seqsplitpe(
splits
merged paired-end sequences from fastqFile
)fastqFile
into
two separate files. Each sequence is split in the middle. The first
half of the sequence is saved in the first output file and the other
half in the second output file. By default, each output file name
consists of the input file name appended with a suffix '_1'
or '_2'
before
the file extension.
seqsplitpe(___,
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