Is there any REST API for the tree view result of the NCBI Blast?
Hi there,
Using Biopython API I can blast my query seq against NCBI database and get the result same as bellow:
from Bio.Blast import NCBIWWW
result_handle = NCBIWWW.qblast("blastn", "nt", 'gagtctcctttggaactctgcaggttctatttgctttttcccagatgagctctttttctggtgtttgtct')
Now I need the tree view of the result which is produced by NCBI [Distance tree of results] section (i.e bellow image):
I am wondering is there any REST API to get the tree view result or there is any other python library or tools which be used to generate this tree?
Thank you,

• 1,851 views
•
link
0 answers
No answers yet.
Log in to answer this question.