Description Usage Arguments Value Examples
View source: R/list_paired_fastq.R
Generate a list of paired fastq files from given directory.
1 | list_paired_fastq(dir_in, f_out, mothur = TRUE)
|
dir_in |
Directory containing paired fastq files. Files that do not contain "_R1_" or "_R2_" in the filename will be ignored (e.g. config.xml). |
f_out |
Output file path. A .csv with two columns containing the fastq pairs listed in |
mothur |
Boolean for whether a fastq list is created for mothur processing (TRUE) or SRA upload preparation (FALSE). TRUE by default. |
No value is returned.
1 2 | list_paired_fastq(dir_in = "unzipped_fastq_files_mothur", f_out = "miseq.txt")
list_paired_fastq(dir_in = "fastq_files_sra", f_out = "exp1_files.csv", mothur = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.