I am a new user of Lefse, and I have got this group very wonderful.
I am using LEfSe on Google Colab with Python 2.7 using the following commands:
!conda install -c biobakery lefse
import sys
sys.path.append('/usr/local/lib/python3.6/site-packages'
!plot_res.py hmp_aerobiosis_small.res hmp_aerobiosis_small.png
Everything is working, but there are some issues. The first problem is in LEfSe's plot such that it is drawing LDA scores' vertical lines with solid lines instead of dashed ones (standard format). Here are example of the image from the Tutorial (left) and what I am seeing (right). Secondly, is there any parameter for the following command to modify the view of plot such it would be more readable or not?
!plot_res.py hmp_aerobiosis_small.res hmp_aerobiosis_small.png
Finally, how can Iset the parameter such as p-values in the following commend to generate LDA score for all features without missing value, is it possible?
Sincerely,
Amir.