View source: R/prepare_reads_count_primers.R
read_prefilt_fastq | R Documentation |
A function for calling read_fastq, primer_check, and remove_ns functions. This will process and edit the FASTQ and make them ready for the trimming of primers with 'Cutadapt'. Part of a larger 'prepare_reads' function.
read_prefilt_fastq(
data_directory_path = data_directory_path,
multithread,
temp_directory_path
)
data_directory_path |
The path to the directory containing raw FASTQ (forward and reverse reads), metadata.csv, and primerinfo_params.csv files |
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 |
Returns filtered reads that have no Ns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.