Description Usage Arguments Value
This function counts the number of times it finds a match to the given primer in a fastq file
1 | count_primers(r1_files, fwd_primer, rev_primer, r2_files = NULL)
|
r1_files |
list of fastq files with the forward read |
fwd_primer |
forward primer sequence as a string |
rev_primer |
reverse primer sequence as a string |
r2_files |
list of fastq files with the reverse read, optional |
a tibble with the counts of the primers hits in different orientations, one row per file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.