View source: R/asvtab_illPE_v1.R
asvtab_illPE | R Documentation |
Given a set of PE 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_illPE(filt_out, batch, mtthread = F, mergepairs = F)
filt_out |
(Required) Path to filtered reads from previous step (dir containing "DADA2_filt_FWD" and DADA2_filt_REV" dirs) |
batch |
(Required) List indicating the sequencing batch (e.g., a column of phenodata with batch information) |
mtthread |
(Optional) Boolean, enables multithreading (not recommended in Rstudio) Default=F |
mergepairs |
(Optional) Boolean, to merge read pairs (recommended) or only concatenate (if there's no overlap between the majority of reads, it is recommended to inspect trimming). Default=F |
asvtab_illPE()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.