Description Usage Arguments Value
View source: R/demultiplexFASTQ.R
Split paired-end fastq by barcodes
1 2 3 4 5 6 7 8 9 | split_fastq(
expType,
idx_name,
outfile_R1,
outfile_R2,
fastq_R1,
fastq_R2,
max_mismatch
)
|
expType |
character. experiment type (RAMPAGE, MAPCap or CAGE) |
idx_name |
character. barcode ID |
outfile_R1 |
character. output fastq file : Read 1 |
outfile_R2 |
character. output fastq file : Read 2 |
fastq_R1 |
character. input fastq file : Read 1 |
fastq_R2 |
character. input fastq file : Read 2 |
max_mismatch |
integer. max allowed mismatches |
kept reads corresponding to each barcode.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.