This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Online Tools To "Prettify" Blast Output

Can anyone suggest an online tool, for a non-bioinformatician (not for me you understand, oh no not me), that will make BLAST output "pretty", i.e. add shading to make mismatches and so on more obvious?

Many thanks!

blast visualization

Do them a favour: write some code to demonstrate that parsing is more informative than "prettification" and visual inspection :)

2 answers

BlastViewer allows you to graphically explore BLAST results. There are also various methods for generating HTML pages, like the ones that Pierre mentioned.

No really online/dynamic.

If the result is saved as XML, you just could add a xml-stylesheet directive at the top of the XML file

[?]?xml-stylesheet type="text/xsl" href="blast2something.xsl"?[?]

and it will be transformed to whatever-you-want when the file we be opened in a web browser. (see http://lekkimworld.com/2006/06/03/apply_xslt_style_sheet_to_an_xml_document_for_browser_friendly_display.html )

Examples:

Log in to answer this question.