GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CONTIG_DRAW(1) User Contributed Perl Documentation CONTIG_DRAW(1)

search_overview -- Render a SearchIO parser report into a simple overview graphic

search_overview -i filename [-f format] [-o outputfilename] [--labels]

This script will take any Bio::SearchIO parseable report and turn it into a simple overview graphic of the report. For our purposes we are assuming BLAST and the BLAST scores when assigning colors. Output is a PNG format file.

This is not intended to be an overly customized script, rather it should probably just be either a quick and dirty look at a report or a starting point for more complicated implementations.

The color is determined by the hit score which is currently pegged to the NCBI scheme which looks like this

 RED     E<gt>= 200 
 PURPLE  80-200
 GREEN   50-80
 BLUE    40-50
 BLACK   E<lt>40

Options: -i/--input The input filename, otherwise input is assumed from STDIN -o/--output The output filename, this is optional, if you do not provide the output filename the script will create a file using the name of the query sequence and will process all the sequences in the file. If an output filename IS provided the script will only display an image for the first one. -f/--format The SearchIO format parser to use, if not provided SearchIO will guess based on the file extension. -l/--labels Display the hit sequence name as a label in the overview. For lots of sequences this will make the image very long so by default it is turned off.

Jason Stajich, jason[-at-]open-bio[-dot-]org.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.