View source: R/PoolNFilterReads.R
PoolNFilterReads | R Documentation |
This function pools and performs quality filtering on merged metabarcoding reads.
PoolNFilterReads(
FastqMaxEE = 1,
folderwfiles = "3.strippedreads",
folderoutput = "4.pooledsamples",
UsePrimerFile = FALSE,
vsearchdest = "vsearch"
)
FastqMaxEE |
Maximum expected error of pooled sequences |
folderwfiles |
Folder containing fastq files to be processed. Default is 3.strippedreads. |
folderoutput |
Output folder for processed reads. Default is 4.pooledsamples. |
UsePrimerFile |
TRUE or FALSE, is a csv file provided containing primer information? |
vsearchdest |
Specify the location of the vsearch executable if PATH not configured appropriately. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.