HUMAnN 4 outputs and best practices for paired designs

Hello everyone,

I am currently working with HUMAnN 4 outputs to infer differential pathway abundances between two groups in a paired experimental design. Any guidance or standardized workflow for this specific scenario would be highly appreciated.

Which humann4 output is more appropriate for differential abundance testing? It is better to use Humann4 Raw Counts, that can have decimals and do break algorithms requiring strictly integer count data, or adjustedCPMs?

Which statistical method would you recommend for this setting? MaasLin3 raises an estimation error as there are less than 4 data points for each sample.

Thank you in advance for your time and your great tools!

Hi,

I’d use the adjusted CPMs since those account for gene length and sequencing depth. If you then use the default log scaling and TSS normalization (though you’ll get the same results with and without TSS if you’re using CPM), everything should work fine.

Regarding the actual formula, can you provide a bit more information about what the experimental design is? Is it some sort of before/after design with 2 measurements per-person?

Will

Hi,

Thank you for your reply! Yes, indeed it is a before/after treatment with 2 measurement per-person, that is just one measurement before and one measurement after.

Maria

In that case, I’d use the formula ~ time + (1|subject) (plus whatever else you care about) with the small_random_effects=TRUE parameter set. This’ll properly account for repeated subject sampling despite having only 2 samples per subject which would normally cause issues in random effects.