www.gusucode.com > bioinfo 案例源码程序 matlab代码 > bioinfo/SplitMergedPairedendSequencesIntoSeparateFilesExample.m

    %% Split merged paired-end sequences into separate files
% 

%%
% Split each of the paired-end sequences in half, and store each half in
% separate output files.
[outFiles, N] = seqsplitpe('SXX123456_merged.fastq');
 
%%
% Check the number of sequences in each output file.
N