Example dataset used for DADA2 long read tutorial
收藏官方服务:
资源简介:
The original dataset consists of environmental microbial samples collected daily from two distinct bathroom sink P-traps (Sink A and Sink B) over a two-month period. To reduce computational time for this tutorial, we only picked five samples, and the raw `.fastq.gz` files were randomly downsampled to 10% of their original sequencing depth using `seqkit`.The bash command used:for f in revio_pacbio/*.fastq.gz; do base_name=$(basename "$f") seqkit sample -p 0.1 -s 2025 "$f" -o "revio_pacbio_10/$base_name"done
提供机构:
Zenodo创建时间:
2026-02-23



