View source: R/prepare_reads_count_primers.R
make_cutadapt_tibble | R Documentation |
Prepare for primmer trimming with 'Cutadapt'. Make new sub-directories and specify paths for the trimmed and untrimmed reads
make_cutadapt_tibble(fastq_data, metadata_primer_data, temp_directory_path)
fastq_data |
A |
metadata_primer_data |
A |
temp_directory_path |
User-defined temporary directory to output unfiltered, trimmed, and filtered read directories throughout the workflow |
Returns a larger data.frame
containing paths to temporary read
directories, which is used as input when running 'Cutadapt'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.