microSysMics report

Quality control

Quality control was performed on each raw fastq file with FastQC and results were then aggregated with MultiQC.

View Report

Dada2

Dada2 belongs to the denoisers algorithm family. It aims at retrieving and counting the occurence of true biological sequences at a single nucleotide resolution. The dada2 Qiime2 plugin outputs statistics about the number of reads lost at each step of the algorithm. The non-chimeric columns shows how many reads are kept at the end of the process.

View Report

ASV table

Denoisers output is an Amplicon Sequence Variant (ASV) table that indicates how many times each ASV has been observed in each sample.

View Summary

ASV sequences

Qiime2 give stats about sequences length and provide links to blast a sequence against the NCBI nt database.

View Sequences

Alpha rarefaction

Rarefaction consists in subsampling all samples to a given sampling depth, in order to account for different sampling sizes. Diversity analysis within Qiime2 are performed after rarefaction. Alpha rarefaction curves show the alpha diversity as a function of the sampling depth, and allows to select a rarefaction threshold that will maximize the alpha diversity while minimizing the number of discarded samples (because of low sample size).

View Curves

Alpha diversity

Alpha diversity refers to the intra sample diversity. There are several ways to measure it such as the number of observed species, Shannon diversity (that takes abundance into account) or Faith phylogenetic diversity.

Qiime2 test for statistical significant differences in terms of alpha diversity between conditions.

View Shannon View Eveness View Faith View Observed OTUs

Beta diversity

Beta diversity refers to the inter sample diversity. There are several distances used to measure it such as Bray-Curtis or Unifrac.

Qiime2 builds PCoA plots that allows to visualize the distances between samples.

View Bray-Curtis View Jaccard View Unweighted Unifrac View Weighted Unifrac
{% if bray_curtis %}

Beta group significance

Beta group significance allows to determine if differences among groups are significant. Default method is PERMANOVA

View Bray-Curtis View Jaccard View Unweighted Unifrac View Weighted Unifrac
{% endif %}

Taxonomic composition

Taxonomic composition at different levels and association taxonomy/ASV identifiers.

View Taxonomic Composition View Taxons

Differential abundance

Differential abundance at the ASV level with ANCOM.

View ANCOM

Phylogeny

A phylogenetic tree was built with FastTree. You can find it in newick format here here and can visualize it with iTol