How to make a Cladogram with QIIME 2 data?

Hello

I am new to QIIME2.
I just finished the QIIME2 tutorial.

There is one thing that I could not get the correct answer by myself.

I want to make the Cladogram with QIIME 2 data on the LeFSe environment.
I have found several suggestions and I have tried them.
But I could not get the result that I want.
There may be some errors...

Can you walk me through the process of making the data can be used in the LeFSe environment?

FWI, I think below is one of the solutions, but I can't understand how to do it.

  1. Are my QIIME 2 data (.qza) compatible with dokdo commands?
  2. I am curious about the next step after installing dokdo.

Thank you so much.

Hi @Jacob95, welcome to :qiime2:! Hopefully, we can get you running LEfSe. :slight_smile:

Regarding the post:

If you read the dokdo documentation and the tutorials you'll see that dokdo uses the QIIME 2 API and is intended to be used with QIIME 2.

Again, everything you need to know is in the dokdo documentation. Here are the installation instructions. Though it is much easier to simply install like this:

conda activate qiime2-2022.8
pip install git+https://github.com/sbslee/dokdo
dokdo --help

Then run the prepare-lefse command as described here.

2 Likes

Thank you so much!
It worked.
But the result was slightly different from what I have expected so I will make some measurements on my raw data before re-running LEfSe.

Have a good day!

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.