I’m testing the effect of 4 dietary groups against a control (initial state).
Strangely, the summary plot I get from Maaslin3 shows beta-coef only for two of the levels (0 and 50) and prevalence and abundance only for the two other levels (25 and 75).
Why don’t I get the analysis results for all levels?
My call:
maaslin3(input_data = otu_table(Ps_obj),
input_metadata = get_variable(Ps_obj),
output = 'MaASLin3_output',
formula = paste("~", Dietary.group),
normalization = 'TSS',
transform = 'LOG',
augment = TRUE,
standardize = TRUE,
max_significance = 0.1,
median_comparison_abundance = TRUE,
median_comparison_prevalence = FALSE,
max_pngs = 250,
cores = 1)
The output:
Thanks in advance,
Roey
