Thank you for your suggestions andres.firrincieli. I'm going to try it.
Hi all,
I have a large metagenome that I know contains multiple species. Moreover, I have one contig in particular (within that metagenome) that I'm very interested in, and I would like to know what species it belongs.
What strategy would you use?
If you have suggestions, I'll gladly take them.
Thank you in advance!
3 answers
You can use Kaiju (https://github.com/bioinformatics-centre/kaiju/issues/73) or MEGAN-LR. If the contig is not too long you could try a simple Blast
Kaiju is a good solution for large databases but for your individual contig you should definitely do a blast against refseq or nr and download the taxids and see if they converge. If you want to do it locally you can try to blast it or use diamond against uniref90 (the database is smaller so you can actually have it locally)
Log in to answer this question.