-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request : add taxon id for each blast hit #7
Comments
Hi @cparsania Many thanks for contacting me and I very much appreciate your feedback. Would it be possible to be more specific where you miss the taxonid information? I will then see what I can do. Many thanks, |
Yes, you are right. BLAST gives subject scientific names but not taxon id. taxon id is required, for example if you want to assign specific taxonomy rank (e.g. family, class, genus, kingdom, superkingdom etc. ) to given species. After I raised this issue here, I found an R package Below is the wrapper function I wrote which just reformat output of
|
Hi @cparsania Excellent. I will have a look at how to best integrate this taxonomy information into the BLAST output. Many thanks, |
Default blast tabular format output (outfmt 7) doesn't add taxon id for each blast hit. Taxon id is very important for downstream phylogenetic analysis. Indirect approach to add taxon id is to run the
blastdbcmd
with option%T
once the results are obtained. This is very time consuming as you have to get taxon first and map back to original blast results. Canmetablstr
has function which can map taxon id to blast outcome ?The text was updated successfully, but these errors were encountered: