Hi Will,
I am running MaAsLin3 using the following code:
set.seed(1)
fit_out <- maaslin3(input_data = seqtab.nochim,
input_metadata = sample_data,
output = "Ox_vs_time",
formula = "~ time_point + (1|replicate)",
normalization = "TSS",
transform = "LOG",
augment = TRUE,
standardize = TRUE,
small_random_effects = TRUE,
reference = ("time_point,T1"),
max_significance = 0.1,
median_comparison_abundance = TRUE,
median_comparison_prevalence = FALSE,
max_pngs = 25)
and I got the following summary plot:
I would like to know if it is possible to replot the summary figure so the scatter plot shows first time point 2 and later time point 5? Same with the heatmap, I would like to plot time point 2 first then time point 3, time point 4 and finally time point 5, so I can see the results in a chronological way. Is it possible?
Thanks for your help!
Daniel

