View source: R/processPrimers.R
Applies a series of operations to the input dataset that generates consensus sequences from raw (or preprocessed) datasets containing Primer IDs.
| 1 2 3 4 5 6 7 8 9 10 11 | 
| fwd_reads_file | The name of the fastq file with the forward reads. | 
| rev_reads_file | The name of the fastq file with the reverse reads. | 
| output_dir | The directory in which the output must be produced. | 
| prefix_for_names | The basename to use for naming output. | 
| operation_list | The list of operations to apply to the input data. | 
| intermediate_reports | Should intermediate reports be produced after each operations? (Useful for debugging) | 
| verbosity | The output level. 0 = no output. 1 = info about which operation is currently running. 2 = info about progress of current operation. 3 = super verbose debugging output. | 
| report_type | vector of types of reports to procude. Valid options: 'html', 'pdf'. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.