Description Usage Arguments Details Value
Function must be run on folders containing the fastq files to be inferred to ASV. This function will output several files, including the list of filtered reads, sequence table file in RDS form (chimera not removed!), redundant fasta files for PAPRICA input, and save the whole environment (.R file)
1 |
seqlength_min |
minimum sequence length to keep, default to 400 for V3-V4 region |
seqlength_max |
maximum sequence length to keep, default to 470 for V3-V4 region |
trunclen |
= dada2 input determining the length of sequence to keep after quality control. Default to no trimming c(0,0) |
It is important to take note that different sample batch should be run separately. Recommended to keep each batch on separate folder and run this function on a folder loop. For example:
for (directory in 1:length(list.dirs(recursive = F))) path = getwd() dire = list.dirs(recursive = F) setwd(diredirectory) jd_dada2() setwd(path)
csv files of filtered reads summary, ASV sequence table in RDS format, PAPRICA-friendly redundant fasta sequence files, saved R environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.