View source: R/prepare_reads_count_primers.R
read_fastq | R Documentation |
data.frame
with the
paths to files that will be created and used in the future. Included in a
larger 'read_prefilt_fastq' function.Takes in the FASTQ files from the user and creates a data.frame
with the
paths to files that will be created and used in the future. Included in a
larger 'read_prefilt_fastq' function.
read_fastq(data_directory_path, 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. |
temp_directory_path |
User-defined temporary directory to output unfiltered, trimmed, and filtered read directories throughout the workflow. |
A data.frame
with the FASTQ file paths, primer orientations and
sequences, and parsed sample names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.