Is the cladogram supposed to look like this? If so, how can I change the colors for the biomarkers? If not, I believe it is because no biomarker clade was found (I could not generate the other picture (step 3, see below)).
I am not sure about the format_input.py parameters (-c,-s,-u,-o) what do they do? Online I could not find any info and the code where they are used is not commented so, before trying to back-engineer everything I am glad to ask.
Thanks for the question! The cladogram you produced does look correct if there were no significant features to plot on it.
As for the parameters:
-c = row of the data to use as the class
-s = row that contains the subclass information
-u = the row with the subject information
and
-o = the normalization (for LEfSe the default is [1.0] or none)
I have attached the help page for the format LEfSe step. I hope this helps. Let us know if we can do anything else.
I just began to use this software. So in this post, sma says the normalization is done internally to get relative abundance. Does that mean if I don’t set -o parameter, the program would do it still automatically or do I have to set it? Additional question, in the tutorial, the -o set to 1000000, in the galaxy, kinda explained it a bit (Per-sample normalization of the sum of the values to 1M), but I am doing amplicon research, I am not sure what does that actually do to normalize your sample?
I’m not sure what the default normalization factor is, so it’s probably safe to set your own.
Fortunately, I think due to the nature of logarithm, LEfSe results shouldn’t be sensitive to -o choices. The intuition is log(a * 1000) - log(b * 1000) = log(a * 1e6) - log(a *1e6), so normalizing things to 1M should give you the same p-values as to 1000. Now, there will be interpretation differences on the effect sizes (for example, might be easier to think of things on the CPM scale hence the 1M default). I’m not sure what a good choice is for amplicon either.
The bottom line is, I’d suggest you try a few different -o values that make sense to you, and pick one that’s easier to interpret. I’d also see if they report very different p-values - if they do I’d be worried and please let us know.