View source: R/prepare_reads_count_primers.R
remove_ns | R Documentation |
Wrapper function for core 'DADA2' filter and trim function for first filtering step
remove_ns(fastq_data, multithread, temp_directory_path)
fastq_data |
A |
multithread |
(Optional). Default is FALSE.
If TRUE, input files are filtered in parallel via |
temp_directory_path |
User-defined temporary directory to output unfiltered, trimmed, and filtered read directories throughout the workflow |
Return prefiltered reads with no Ns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.