asvtab_454 | R Documentation |
Given a set of 454 sequencing reads pre-filtered by the 'prep_454' function, internally generates read error models and outputs chimera-filtered ASV table. ASV table contains ASVs in rows and samples in columns.
asvtab_454(readfiles, n, mtthread = F, pattern = "_filt.fastq.gz",
extname = "_filt.fastq.gz")
readfiles |
(Required) Path to 454 quality-filtered fastq files |
n |
(Optional) The maximum number of reads to dereplicate at any one time. Controls peak memory requirement. Default=1e6 |
mtthread |
(Optional) Boolean, enables multithreading (not recommended in Rstudio) (default=F) |
pattern |
(Optional) Pattern (e.g., extension) in input fastq filename, only files with this pattern will be read (default="_filt.fastq.gz") |
extname |
(Optional) Suffix of input files. (default="_filt.fastq.gz") |
asvtab_454()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.