View source: R/dimsum__concatenate_reads.R
dimsum__concatenate_reads | R Documentation |
Concatenate reads (with or without reverse complementing second read in pair).
dimsum__concatenate_reads(
input_FASTQ1,
input_FASTQ2,
output_FASTQ,
output_REPORT,
min_qual,
max_ee,
min_len,
reverse_complement_second_read = FALSE
)
input_FASTQ1 |
Path to first read FASTQ file (required) |
input_FASTQ2 |
Path to second read FASTQ file (required) |
output_FASTQ |
Path to output FASTQ file (required) |
output_REPORT |
Path to report file (required) |
min_qual |
Minimum observed base quality to retain read pair (required) |
max_ee |
Maximum number of expected errors to retain read pair (required) |
min_len |
Discard pair if either read is shorter than this (required) |
reverse_complement_second_read |
Reverse complement second read before concatenation (default:FALSE) |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.