View source: R/asvtab_illSE_v1.R
asvtab_illSE | R Documentation |
Given a set of SE Illumina sequencing reads pre-filtered by the 'prep_illSE' function, internally generates read error models and outputs chimera-filtered ASV table. ASV table contains ASVs in rows and samples in columns.
asvtab_illSE(readfiles, batch, n = 1e+06, mtthread = F)
readfiles |
(Required) Path to SE Illumina quality-filtered fastq DIRECTORY (e.g. filt_fqs_dir in tutorial) |
batch |
(Required) List indicating the sequencing batch (e.g., a column of phenodata with batch information) |
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 |
asvtab_illSE()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.