Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I want to parse FastA or NCBI -m7 (XML) format, how do I do this?

fasta format NCBI parse XML
0
Posted

I want to parse FastA or NCBI -m7 (XML) format, how do I do this?

0

It is as simple as parsing text BLAST results – you simply need to specify the format as “fasta” or “blastxml” and the parser will load the appropriate module for you. You can use the exact logic and code for all of these formats as we have generalized the modules for sequence database searching.

0

It is as simple as parsing text BLAST results – you simply need to specify the format as fasta or blastxml and the parser will load the appropriate module for you. You can use the exact logic and code for all of these formats as we have generalized the modules for sequence database searching. The page describing Bio::SearchIO provides a table showing how the formats match up to particular modules. Note that, for parsing BLAST XML output, you will need XML::SAX and that XML::SAX::ExpatXS is recommended to speed up parsing.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.