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
BP_FIND-BLAST-MATCHES(1) User Contributed Perl Documentation BP_FIND-BLAST-MATCHES(1)

bp_find-blast-matches.pl - extract DNA sequences based on BLAST hits

bp_find-blast-matches.pl [-h -e -p -5 -n -o -3 -header] -blast <BLAST_FILE> -fasta <FASTA_FILE>

-blast
BLAST output file to read from. The alignment should use the file specified by '-fasta' option ideally
-fasta
FASTA file to read from. This is where the sequence will be extracted from

-h
Displays this help message
-e
Maximum e-value for matches (0.01 by default)
-p
Number of base pairs of 5' region to be included with the sequence
-5
Number of base pairs of 5' region only, excluding the regular sequence
-3
Number of base pairs of 3' region only, excluding the regular sequence
-n
Number of top hits to display, starting with the best hit
-o
Exact match to display (this option can't be used in conjunction with '-n'
-header
The FASTA header to display instead of the default

This script takes a BLAST output file and a FASTA file as arguments, given after the '-blast' and '-fasta' options respectively. The BLAST output file should have been generated with your sequence of interest and the FASTA file supplied as an argument. Example: find-blast-matches.pl -blast BLAST_FILE -fasta FASTA_FILE

It parses through the BLAST file to check for high quality matches, which are then searched for in the FASTA file. The sequence may vary from you candidate sequence, hence the BLAST search prior.

The sequence from the FASTA file is then displayed to STDOUT. Optional arguments can be used, such as to extract the 5' or 3' region.

Gabriel Abud - <gabriel.jabud-at-gmail.com>

User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated

  bioperl-l@bioperl.org                  - General discussion
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists

Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via email or the web:

  https://github.com/bioperl/bioperl-live/issues

2014-08-04 - Gabriel Abud First features added

Getopt::long, Pod::Usage, Bio::SearchIO, Bio::Seq, Bio::SeqIO, File::Basename
2019-12-07 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.