Hi all,
I’m having a longitudinal HUMAnN3 result and my bioinformatics skills were not expert enough to deal with this yet, therefore I really need some insights and guidance.
About the experiment, let’s say there are 2 group, group C and N. In each group, there were 7 mice (the mice were different in each group), the stool samples from the mice were collected within 24hrs at 7 different time points, let’s say from T1 to T7. Thus I would have 98 HUMAnN results (7 mice x 7 timepoints in each group C and N).
First, I want to check within a group C or N, is there any pathway differential from one to another? For example, I would put Timepoint T1 as reference, and I assume by doing this it will compare pathway A at T1 to T2, T3,… T7?
The input_data is the cpm unstratified HUMAnN result from group N only. fixed_effects, reference, random_effects were set as in the code but I am not sure if it’s correct for my current research question or not.
fit_data <- maaslin3(
input_data = features_N,
input_metadata = meta_short,
output = “group_N”,
fixed_effects = c(“Timepoint”),
reference = “Timepoint,T1”,
random_effects = c(“MouseID”),
normalization = “NONE”, # Since I already did the humann_renorm_table?
transform = “LOG”,
max_significance = 0.05,
plot_associations = TRUE
)
Is there anything I should change in my current code. Is there any other tools/packages you can recommend other than MaAsLin3 if this one will not work with my current data (but I believe it should work).
Many thanks in advance,
Huy

