Is there any REST API for the tree view result of the NCBI Blast?
0
0
Entering edit mode
6.5 years ago
m.koohi.m ▴ 120

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,

NCBI Tree Result

blast ncbi python biopython • 1.5k views
ADD COMMENT

Login before adding your answer.

Traffic: 1813 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6