prep_454 | R Documentation |
Convenience wrapper for DADA2 read processing functions. Given a directory of raw fastq files, performs platform-specific trimming and QC, writes reads to output directory.
prep_454(readfiles, outdir, file_suffix = ".fastq", mtthread = F,
trim_read_length = 0, trim5end = 0)
readfiles |
(Required) Path to 454 demultiplexed fastq files |
outdir |
(Required) String specifying output directory for processed files. |
file_suffix |
(Optional) Please specify if input files have special suffixes other than ".fastq", e.g. "_filt.hf.fq". Default=".fastq" |
mtthread |
(Optional) Boolean, enables multithreading (not recommended in Rstudio). Default=F |
trim_read_length |
(Optional) max. length at which to truncate reads. Default = 0 (no truncating) |
trim5end |
(Optional) trim n reads from the start of reads (unidentified adapters, barcodes). Default=0 (no trimming) |
prep_454()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.