Hi,
I have Log Ratio data looking like this:
I want treat as zeros all values below -12.20607 (log(0.000005)) .
But when I run the command below, I see that no values have been filtered out, thus I am getting no prevalence results.
Here is the result table where you see all values are non zero (1492) and that prevalence modelling is not working:
What can I do to solve this?
Thanks,
Victor
Hi Victor
Can you go to your output directory and paste the first few rows and columns of the TSVs in features? That would help me get a sense for where things are not going as expected.
Will
Hi Will,
filtered_data.tsv
data_transformed.tsv
data_norm.tsv
Thank you for the support,
Victor
Hi Victor,
It looks like we had a bug in the code for normalization='NONE'. Can you try installing again from here:
devtools::install_github('https://github.com/biobakery/maaslin3', ref = 'devel')
And letting me know if it works?
Will
Victor
July 10, 2025, 1:28pm
5
Hi Will,
Yes, it works now!
Thank you very much,
Victor