/usr/include/ncbi/blast.h is in libncbi6-dev 6.1.20120620-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 | /* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyright Act. It was written as part of
* the author's official duties as a United States Government employee and
* thus cannot be copyrighted. This software/database is freely available
* to the public for use. The National Library of Medicine and the U.S.
* Government have not placed any restriction on its use or reproduction.
*
* Although all reasonable efforts have been taken to ensure the accuracy
* and reliability of the software and data, the NLM and the U.S.
* Government do not and cannot warrant the performance or results that
* may be obtained by using this software or data. The NLM and the U.S.
* Government disclaim all warranties, express or implied, including
* warranties of performance, merchantability or fitness for any particular
* purpose.
*
* Please cite the author in any work or product based on this material.
*
* ===========================================================================*/
/*****************************************************************************
File name: blast.h
Author: Tom Madden
Contents: prototypes for "public" BLAST functions (ones that other utilitiles
may safely call).
******************************************************************************/
/* $Revision: 6.74 $
* $Log: blast.h,v $
* Revision 6.74 2005/12/29 19:56:06 madden
* Moved functions to print tabular output to blfmtutl
*
* Revision 6.73 2005/08/02 14:40:29 coulouri
* From Mike Gertz:
* - Fixes to comments
* - Added enum constant eGapChar; renamed eStarChar to eStopChar.
* - Change the integer type of some variables to suppress warnings about
* assigning a wider type to a narrower type.
* - Made the routines BLbasicSmithWatermanScoreOnly and BLSmithWatermanFindStart
* static.
* - Renamed s_ScatterFreqRatios -> s_ScatterScores; renamed parameters.
* - In NewAlignmentUsingXdrop, use the translate2 field from gap_align
* to set the same field in the edit block.
* - Changed the Kappa_WindowInfo datatype to hold a list of HSPs in the
* window; added logic in several places, notably WindowsFromHSPs, to
* generate and maintain these lists.
* - Refactored Kappa_AdjustSearch. Use a more sophisticated rule,
* implemented in the new Kappa_GetSubjectComposition routine, to
* determine the subject sequence composition for tblastn.
* - Removed unused parameters from several routines.
* - In RedoAlignmentCore, delete NRrecord to avoid a memory leak.
*
* Revision 6.72 2005/01/24 21:17:36 camacho
* 1. Changed implementation of RPSBlastResultHspScoreCmp to have the same
* tie-breakers as score_compare_hsps
* 2. Renamed RPSBlastResultHspScoreCmp to BLASTResultHspScoreCmp
*
* Revision 6.71 2005/01/18 14:54:13 camacho
* Change in tie-breakers for score comparison, suggestion by Mike Gertz
*
* Revision 6.70 2004/11/01 20:43:15 camacho
* + BlastErrorToString
*
* Revision 6.69 2004/10/19 19:41:33 dondosha
* Added hitlist_size argument to BlastPruneSeqAlignByGiList; Added new function BlastPruneSeqAlignBySortedGiList
*
* Revision 6.68 2004/06/30 12:28:20 madden
* Removed some function prototypes and moved to blfmtutl.h
*
* Revision 6.67 2003/03/25 22:21:53 boemker
* Clarified behavior of BLAST_Wizard.
*
* Revision 6.66 2003/03/25 19:58:18 boemker
* Moved code to initialize search options from blastcgicmd.cpp to here, as
* BLAST_Wizard et al.
*
* Revision 6.65 2003/03/24 19:42:14 madden
* Changes to support query concatenation for blastn and tblastn
*
* Revision 6.64 2003/01/14 20:28:54 madden
* New function BLASTAddBlastDBTitleToSeqAnnotEx
*
* Revision 6.63 2002/10/22 17:57:48 camacho
* Changes to B2SPssmMultipleQueries
*
* Revision 6.62 2002/10/21 23:13:36 camacho
* Added B2SPssmOnTheFly functions
*
* Revision 6.61 2002/09/18 20:23:20 camacho
* Added BLASTCalculateSearchSpace
*
* Revision 6.60 2002/09/02 21:15:20 camacho
* Changed comment for psi-blast2sequences
*
* Revision 6.59 2002/08/30 18:56:02 dondosha
* Made BlastMakeTempProteinBioseq and HackSeqLocId public: needed for Cn3D
*
* Revision 6.58 2002/08/29 20:44:38 camacho
* Added description of psi-blast2sequences
*
* Revision 6.57 2002/08/09 19:39:20 camacho
* Added constants for some blast search parameters
*
* Revision 6.56 2002/08/01 20:47:24 dondosha
* Prototypes changed for megablast functions related to traceback
*
* Revision 6.55 2002/07/02 17:08:00 dondosha
* Reverse previous change - not needed
*
* Revision 6.54 2002/07/01 22:52:06 dondosha
* Added CheckStartForGappedAlignmentEx with an extra window size parameter
*
* Revision 6.53 2002/05/28 22:00:12 camacho
* *** empty log message ***
*
* Revision 6.52 2002/05/13 13:51:33 dondosha
* Made two functions public
*
* Revision 6.51 2002/05/09 15:35:51 dondosha
* Added BLASTOptionNewEx function with an extra argument for megablast
*
* Revision 6.50 2002/03/14 16:11:40 camacho
* Extended BlastTwoSequences to allow comparison between sequence and PSSM
*
* Revision 6.49 2002/02/15 23:36:23 dondosha
* Correction for megablast with non-greedy extensions
*
* Revision 6.48 2001/07/09 15:12:47 shavirin
* Functions BLbasicSmithWatermanScoreOnly() and BLSmithWatermanFindStart()
* used to calculate Smith-waterman alignments on low level become external.
*
* Revision 6.47 2001/06/18 16:09:25 dondosha
* Added prototype for PrintTabularOutputHeader
*
* Revision 6.46 2001/06/13 21:40:54 dondosha
* Moved GetGisFromFile declaration from mblast.h to blast.h
*
* Revision 6.45 2001/04/16 21:28:11 dondosha
* Added function BlastPruneSeqAlignByEvalueRange
*
* Revision 6.44 2001/04/12 21:34:50 dondosha
* Added function BlastPruneSeqAlignByGiList
*
* Revision 6.43 2001/04/06 18:15:08 madden
* Move UNIX-specific stuff (HeyIAmInMemory) to bqueue.[ch]
*
* Revision 6.42 2001/02/07 21:10:10 dondosha
* Added prototypes of Blast Engine functions with callback
*
* Revision 6.41 2001/01/16 23:16:51 dondosha
* Added 2 arguments and several options to parse_blast_options
*
* Revision 6.40 2001/01/09 20:10:39 shavirin
* Added sorting of all hits in result_struct for every element in
* results. Added function RPSResultHspScoreCmp.
*
* Revision 6.39 2000/11/02 20:16:34 dondosha
* Added prototypes for BlastTwoSequencesByLocWithCallback and BlastTwoSequencesWithCallback
*
* Revision 6.38 2000/10/31 16:30:58 shavirin
* Function BLASTSetUpSearchInternalByLoc became external.
*
* Revision 6.37 2000/10/26 18:52:42 dondosha
* Added prototype for MegaBlastPrintReference
*
* Revision 6.36 2000/10/24 19:00:39 dondosha
* Removed UniqueLocalId() prototype - goes to sequtil.h
*
* Revision 6.35 2000/10/24 18:57:22 dondosha
* Added prototype of UniqueLocalId(), removed from mblast.h
*
* Revision 6.34 2000/08/31 16:27:20 shavirin
* Added definition of the function BlastSequenceBlkDestruct().
*
* Revision 6.33 2000/07/12 23:07:30 kans
* reverse_seq moved from pseed3.c to blastool.c, placed in blast.h header, called by gapxdrop.c
*
* Revision 6.32 2000/07/07 21:20:07 vakatov
* Get all "#include" out of the 'extern "C" { }' scope!
*
* Revision 6.31 2000/06/20 15:50:45 shavirin
* Added new functions: BLASTAddBlastDBTitleToSeqAnnot and
* BLASTGetDatabaseTitleFromSeqAnnot().
*
* Revision 6.30 2000/06/14 22:21:57 dondosha
* Added prototypes for BlastQuerySequenceSetUp and BlastSequencesOnTheFlyEx
*
* Revision 6.29 2000/04/28 19:49:36 shavirin
* Added definition of the function DefineToFrame().
*
* Revision 6.28 2000/03/31 17:01:26 dondosha
* Added explanation for use of blastx in two sequences search
*
* Revision 6.27 2000/03/24 17:01:27 kans
* added BLASTUpdateSeqIdInSeqInt - needed to compile blastall.c on Mac, which requires prototypes
*
* Revision 6.26 2000/02/23 20:37:45 dondosha
* Added prototype for MegaBlastBuildLookupTable and BlastNtWordExtend
*
* Revision 6.25 2000/02/11 16:40:53 egorov
* The parse_blast_options is made public.
*
* Revision 6.24 2000/02/01 18:04:59 dondosha
* Added prototype for GreedyAlignMemAlloc
*
* Revision 6.23 2000/01/26 22:01:57 madden
* Add function BlastGetProgramName
*
* Revision 6.22 2000/01/14 18:27:45 shavirin
* Added definitions of WordExtend* functions.
*
* Revision 6.21 1999/12/29 18:55:29 shavirin
* Added definition of non-static function BlastSequenceAddSequence().
*
* Revision 6.20 1999/09/22 20:55:07 egorov
* Add time measure stuff
*
* Revision 6.19 1999/07/01 13:03:24 sicotte
* Updated for DenseDiag and Moved seqalign_reverse_strand from blastutl.c(blast.h) to SeqAlignListReverseStrand in salpedit.ch and fixed call in salutil.c
*
* Revision 6.18 1999/03/18 16:43:31 shavirin
* Added definition of the function Boolean HeyIAmInMemory(Int4 program)
*
* Revision 6.17 1999/03/17 16:49:11 madden
* Removed comment within comment
*
* Revision 6.16 1999/01/26 18:26:23 madden
* Add updateLambdaK prototype
*
* Revision 6.15 1998/09/22 16:56:12 egorov
* Add prototype for BlastErrorPrintExtra()
*
* Revision 6.14 1998/09/14 15:11:14 egorov
* Add support for Int8 length databases; remove unused variables
*
* Revision 6.13 1998/08/25 14:16:23 madden
* Added BlastGetPhiReference and BlastPrintPhiReference
*
* Revision 6.12 1998/06/12 16:08:49 madden
* BlastHitRange stuff
*
* Revision 6.11 1998/05/22 20:20:37 madden
* Added BlastTwoSequencesByLocEx and BlastTwoSequencesEx
*
* Revision 6.10 1998/05/01 18:34:37 egorov
* Add new parametes to BLASTOptionSetGapParam()
*
* Revision 6.9 1998/03/24 15:38:22 madden
* Use BlastDoubleInt4Ptr to keep track of gis and ordinal_ids
*
* Revision 6.8 1998/03/18 14:14:14 madden
* Support random access by gi list
*
* Revision 6.7 1998/03/14 18:28:08 madden
* Added BioseqBlastEngineEx
*
* Revision 6.6 1998/02/26 19:09:28 madden
* Removed AdjustOffSetsInSeqAlign prototype
*
* Revision 6.5 1998/01/05 22:41:44 madden
* Added seqalign_reverse_strand
*
* Revision 6.4 1997/12/10 22:41:20 madden
* prototype for BlastGetProgramNumber
*
* Revision 6.3 1997/12/01 22:07:15 madden
* Changed call to BLASTOptionValidateEx
*
* Revision 6.2 1997/11/18 22:23:17 madden
* Added BLASTOptionSetGapParams
*
* Revision 6.1 1997/10/02 17:28:55 madden
* Added prototype for BlastPrintVersionInfoEx
*
* Revision 6.0 1997/08/25 18:52:29 madden
* Revision changed to 6.0
*
* Revision 1.26 1997/07/22 17:21:55 madden
* Added index callbacks to SetUp function prototypes
*
* Revision 1.25 1997/07/21 17:36:47 madden
* Added BlastGetReleaseDate
*
* Revision 1.24 1997/07/18 20:55:25 madden
* Added prototypes for BlastGetVersionNumber and BlastGetReference
*
* Revision 1.23 1997/07/14 16:15:09 madden
* Added prototype for BlastErrorPrint
*
* Revision 1.22 1997/07/14 15:33:32 madden
* Prototype for BLASTOptionValidateEx
*
* Revision 1.21 1997/07/11 19:29:08 madden
* Added prototypes for BLASTSetUpSearchByLocWithReadDb and BioseqBlastEngineByLoc
*
* Revision 1.20 1997/06/20 13:11:53 madden
* added prototype for AdjustOffSetsInSeqAlign
*
* Revision 1.19 1997/05/20 17:51:02 madden
* Added prototypes for BLASTSetUpSearchByLoc, BlastTwoSequencesByLoc and BlastSequencesOnTheFlyByLoc
*
* Revision 1.18 1997/03/11 14:38:40 madden
* Added BlastSequencesOnTheFly prototype.
*
* Revision 1.17 1997/03/07 21:58:36 madden
* Added Boolean gapped argument to BLASTOptionNew.
*
* Revision 1.16 1997/03/03 21:48:52 madden
* *** empty log message ***
*
* Revision 1.15 1997/03/03 14:48:57 madden
* Changes prototype for SumBlastGetGappedAlignmentTraceback
*
* Revision 1.14 1997/02/26 20:37:31 madden
* Added *error_returns to BioseqBlastEngine.
*
* Revision 1.13 1997/02/18 17:58:52 madden
* Added BioseqBlastEngine.
*
* Revision 1.12 1997/02/10 20:03:58 madden
* Added all_words to BLASTSetUpSearch.
*
* Revision 1.11 1997/02/05 19:54:59 madden
* Removed defunct prototype.
*
* Revision 1.10 1997/02/03 13:02:12 madden
* Added length to BLASTSubjectInfoNew call.
*
* Revision 1.9 1997/01/28 22:38:56 madden
* Added function BLASTOptionValidate.
*
* Revision 1.8 1997/01/11 18:58:29 madden
* Removed defunct PerformBlastSearch... functions.
*
* Revision 1.7 1996/12/23 22:02:05 madden
* Changes to allow two sequences to be compared.
*
* Revision 1.6 1996/09/26 20:18:43 madden
* Added prototype for ExperimentalLocalBlastSearch.
*
* Revision 1.5 1996/09/25 19:59:10 madden
* Removed prototype for for GetParameterStack.
*
* Revision 1.4 1996/09/11 22:21:51 madden
* *** empty log message ***
*
* Revision 1.3 1996/09/11 19:14:09 madden
* Added BLAST_OptionsBlkPtr structure and use thereof.
*
* Revision 1.2 1996/08/23 16:30:54 shavirin
* Fixed NT compiler warnings type mismatch
*
* Revision 1.1 1996/08/05 19:46:34 madden
* Initial revision
*
* Revision 1.34 1996/08/02 14:20:06 madden
* Add prototype for do_the_blast_run.
*
* Revision 1.33 1996/06/26 15:53:54 madden
* Second dropoff score parameter added.
*
* Revision 1.32 1996/06/24 17:57:39 madden
* Added dropoff_number_of_bits argument to SetUpBlastSearch.
*
* Revision 1.31 1996/06/20 16:15:57 madden
* Replaced int's with Int4's.
*
* Revision 1.30 1996/06/19 14:19:12 madden
* Changed prototypes for SetUpBlastSearch.
*
* Revision 1.29 1996/06/06 17:54:09 madden
* number_of_bits added to SetUpBlastSearch and SetUpBlastSearchWithReadDb.
*
* Revision 1.28 1996/06/04 15:33:12 madden
* Changed prototype for GetParameterStack.
*
* Revision 1.27 1996/05/28 14:12:53 madden
* prototype for GetParameterStack changed.
*
* Revision 1.26 1996/05/16 19:50:15 madden
* Added documentation block.
*
* Revision 1.25 1996/05/16 13:29:38 madden
* Changed prototype for SetUpBlastSearchWithReadDb.
*
* Revision 1.24 1996/05/03 19:55:07 madden
* *** empty log message ***
*
* Revision 1.23 1996/05/01 14:58:22 madden
* Changed prototypes for SetUpBlastSearchWithReadDb
*
* Revision 1.22 1996/04/24 12:52:06 madden
* wordsize new parameter for SetUpBlastSearch.
*
* Revision 1.21 1996/04/22 21:40:07 madden
* New prototypes for performing blast searches.
*
* Revision 1.20 1996/04/03 19:15:28 madden
* *** empty log message ***
*
* Revision 1.19 1996/03/29 21:26:01 madden
* Added prototype for SortSeqAlignByPvalue.
*
* Revision 1.18 1996/03/29 14:08:40 madden
* prototype for SetUpBlastSearchWithReadDb added.
*
* Revision 1.17 1996/03/27 23:19:24 madden
* changed parameters for PerformBlastSearch and Perform2PassBlastSearch.
*
* Revision 1.16 1996/03/26 19:36:42 madden
* Changes to read databases formatted with formatdb.
*
* Revision 1.15 1996/03/25 16:34:19 madden
* Changes to mimic old statistics.
*
* Revision 1.14 1996/02/28 21:36:54 madden
* changes for discontiguous words.
*
* Revision 1.13 1996/02/15 15:22:52 madden
* renamed Perform2HitBlastSearch to Perform2PassBlastSearch.
*
* Revision 1.12 1996/02/09 13:50:45 madden
* Added prototype for Perform2HitBlastSearch.
*
* Revision 1.11 1996/02/05 18:46:30 madden
* Added second threshold value to SetUpBlastSearch.
*
* Revision 1.10 1996/01/29 21:11:38 madden
* Changes for MultipleHits BLAST.
*
* Revision 1.9 1996/01/23 16:31:23 madden
* e_cutoff changed from BLAST_Score to double in SetUpBlastSearch.
*
* Revision 1.8 1996/01/17 23:18:01 madden
* *** empty log message ***
*
* Revision 1.7 1996/01/17 17:00:24 madden
* Added gap arguments to SetUpBlastSearch.
*
* Revision 1.6 1996/01/17 13:45:25 madden
* Added "gap_decay_rate" to SetUpBlastSearch.
*
* Revision 1.5 1996/01/16 15:28:54 madden
* Changed call to SetUpBlastSearch.
*
* Revision 1.4 1995/12/30 19:22:04 madden
* Added prototype for PerformBlastSearch.
*
* Revision 1.3 1995/12/30 18:39:27 madden
* Added prototype for SetUpBlastSearch.
*
* Revision 1.2 1995/12/19 22:31:05 madden
* *** empty log message ***
*
* Revision 1.1 1995/12/08 15:48:23 madden
* Initial revision
*
* */
#ifndef __BLAST__
#define __BLAST__
#include <ncbi.h>
#include <blastdef.h>
/* AM: Support for query multiplexing. */
#include "blastconcatdef.h"
#ifdef __cplusplus
extern "C" {
#endif
/*
Call this function to allocate the "options" structure. The
fields will be filled in with the default values, which depend
on the program. Defaults are #defined constants in blastdef.h
*/
BLAST_OptionsBlkPtr LIBCALL BLASTOptionNew PROTO((CharPtr progname, Boolean gapped));
BLAST_OptionsBlkPtr LIBCALL BLASTOptionNewEx PROTO((CharPtr progname, Boolean gapped, Boolean is_megablast));
BLAST_OptionsBlkPtr LIBCALL BLASTOptionDelete PROTO((BLAST_OptionsBlkPtr));
BLAST_OptionsBlkPtr LIBCALL BLASTOptionValidate PROTO((BLAST_OptionsBlkPtr options, CharPtr progname));
Int2 LIBCALL BLASTOptionValidateEx PROTO((BLAST_OptionsBlkPtr options, CharPtr progname, ValNodePtr PNTR error_return));
Int2 LIBCALL BLASTOptionSetGapParams PROTO((BLAST_OptionsBlkPtr options, CharPtr matrix, Int4 open, Int4 extended));
/********************* BLASTCalculateSearchSpace **************************
Purpose: Calculate the effective search space for a gapped search with a
minimal set of options. Assumes the query is a protein sequence (ie:
no multiple contexts to consider).
Parameters: options [in]: Blast options structure
nseq [in]: Number of sequences in the database
dblen [in]: Length of the database
qlen [in]: Length of the query sequence
Returns: Effective search space
**************************************************************************/
FloatHi LIBCALL BLASTCalculateSearchSpace PROTO((BLAST_OptionsBlkPtr options,
Int4 nseq, Int8 dblen, Int4 qlen));
/*
the setup functions, call before running blast.
*/
BlastSearchBlkPtr LIBCALL BLASTSetUpSearchWithReadDb PROTO((BioseqPtr query_bsp, CharPtr prog_name, Int4 qlen, CharPtr dbname, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *index_callback)PROTO((Int4 done, Int4 positives))));
BlastSearchBlkPtr LIBCALL BLASTSetUpSearchWithReadDbEx PROTO((BioseqPtr query_bsp, CharPtr prog_name, Int4 qlen, CharPtr dbname, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *index_callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total));
BlastSearchBlkPtr LIBCALL BLASTSetUpSearchByLocWithReadDb PROTO((SeqLocPtr slp, CharPtr prog_name, Int4 qlen, CharPtr dbname, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *index_callback)PROTO((Int4 done, Int4 positives))));
BlastSearchBlkPtr LIBCALL BLASTSetUpSearchByLocWithReadDbEx PROTO((SeqLocPtr slp, CharPtr prog_name, Int4 qlen, CharPtr dbname, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *index_callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total, QueriesPtr mult_queries));
/* --KM added mult_queries param: struct holding info about individual queries that got concatenated when -B option used */
BlastSearchBlkPtr LIBCALL BLASTSetUpSearch PROTO((BioseqPtr query_bsp, CharPtr prog_name, Int4 qlen, Int8 dblen, BlastAllWordPtr all_words, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *index_callback)PROTO((Int4 done, Int4 positives))));
BlastSearchBlkPtr LIBCALL BLASTSetUpSearchByLoc PROTO((SeqLocPtr query_slp, CharPtr prog_name, Int4 qlen, Int8 dblen, BlastAllWordPtr all_words, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *index_callback)PROTO((Int4 done, Int4 positives))));
Int2 LIBCALL BLASTSetUpSearchInternalByLoc PROTO((BlastSearchBlkPtr search, SeqLocPtr query_slp, BioseqPtr query_bsp, CharPtr prog_name, Int4 qlen, BLAST_OptionsBlkPtr options, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives))));
/*
Use these function to perform the search.
*/
Int2 LIBCALL BLASTPerform2PassSearch PROTO((BlastSearchBlkPtr search, Int4 subject_length, Uint1Ptr subject_seq));
Int2 LIBCALL BLASTPerformFinalSearch PROTO((BlastSearchBlkPtr search, Int4 subject_length, Uint1Ptr subject_seq));
BLASTSubjectInfoPtr LIBCALL BLASTSubjectInfoNew PROTO((SeqIdPtr sip, CharPtr defline, Int4 length));
BLASTSubjectInfoPtr LIBCALL BLASTSubjectInfoDestruct PROTO((BLASTSubjectInfoPtr subject_info));
void LIBCALL do_the_blast_run PROTO((BlastSearchBlkPtr search));
Int2 LIBCALL BlastSequenceAddSequence PROTO((BlastSequenceBlkPtr sequence_blk, Uint1Ptr sequence, Uint1Ptr sequence_start, Int4 length, Int4 original_seq, Int4 effective_length));
BlastSequenceBlkPtr LIBCALL
BlastSequenceBlkDestruct PROTO((BlastSequenceBlkPtr seq_blk));
void BLASTUpdateSeqIdInSeqInt(SeqLocPtr mask, SeqIdPtr sip);
/*
Blast two sequences and return a SeqAlign. For blastx program first
sequence must be nucleotide, second protein.
*/
SeqAlignPtr LIBCALL BlastTwoSequences PROTO((BioseqPtr bsp1, BioseqPtr bsp2, CharPtr progname, BLAST_OptionsBlkPtr options));
SeqAlignPtr LIBCALL BlastTwoSequencesByLoc PROTO((SeqLocPtr slp1, SeqLocPtr slp2, CharPtr progname, BLAST_OptionsBlkPtr options));
SeqAlignPtr LIBCALL BlastTwoSequencesByLocEx PROTO((SeqLocPtr slp1, SeqLocPtr slp2, CharPtr progname, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns));
/* Notes for psi-blast2sequences (compare a PSSM with sequence slp2): (CC)
* =============================
* 1) This functionality requires (at least) the residue frequencies
* (BLAST_MatrixPtr->posFreqs) to compute the PSSM. If the PSSM is
* provided (BLAST_MatrixPtr->matrix), then this takes precedence and the
* PSSM will not be recomputed. Please note that the PSSM and residue
* frequencies are matrices with dimensions 26 by query_length+1. The last
* row should be set to BLAST_SCORE_MIN (for PSSMs) or 0.0 (for residue
* frequencies). 26 is the alphabet size (also defined as PRO_ALPHABET_SIZE in
* profiles.h).
*
* 2) The slp1 parameter is the master sequence for the PSSM (used to display
* the alignment) and can only be shorter than the PSSM (the PSSM will be
* trimmed accordingly).
*
* 3) If the scalingFactor is set to 0.0 (default in the options structure),
* the PSSM will be calculated in the same way as psiblast (blastpgp) does it
* (that is, without scaling the PSSM). In order to use composition-based
* statistics (default in psiblast), please set the options->tweak_parameters
* option to TRUE. This is *not* the default in the options structure.
*
* 4) Also, if the scalingFactor is not 0.0 in the options parameter, this
* value will be used to scale the PSSM only if it is calculated by this
* function (if the PSSM is calculated outside this function it is assumed
* that the PSSM has been scaled already and that the same scalingFactor
* that was used to create it is passed into this function). This value is
* also used to multiply various parameters such as gap costs, X dropoff
* values, when performing the matrix rescaling, and to adjust the scores
* and Lambda parameters when performing the traceback stage.
* The matrix rescaling step will take place prior to the traceback stage.
* This functionality resembles what rpsblast/impala do.
*/
SeqAlignPtr LIBCALL BlastTwoSequencesByLocWithCallback PROTO((SeqLocPtr slp1, SeqLocPtr slp2, CharPtr progname, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *handle_results)PROTO((VoidPtr srch)), BLAST_MatrixPtr matrix));
SeqAlignPtr LIBCALL BlastTwoSequencesEx PROTO((BioseqPtr bsp1, BioseqPtr bsp2, CharPtr progname, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns));
SeqAlignPtr LIBCALL BlastTwoSequencesWithCallback PROTO((BioseqPtr bsp1, BioseqPtr bsp2, CharPtr progname, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *handle_results)PROTO((VoidPtr srch))));
SeqAlignPtr LIBCALL BlastSequencesOnTheFly PROTO((BlastSearchBlkPtr search, BioseqPtr subject_bsp));
SeqAlignPtr LIBCALL BlastSequencesOnTheFlyByLoc PROTO((BlastSearchBlkPtr search, SeqLocPtr subject_slp));
BlastSearchBlkPtr LIBCALL
BlastQuerySequenceSetUp PROTO((BioseqPtr bsp, CharPtr progname,
BLAST_OptionsBlkPtr options));
BlastSearchBlkPtr LIBCALL
BlastSequencesOnTheFlyEx PROTO((BlastSearchBlkPtr search, BioseqPtr subject_bsp));
/*** PSIBLAST2Sequences API ***/
Boolean LIBCALL
B2SPssmSetupSearch PROTO((BlastSearchBlkPtr search, SeqLocPtr pssm_slp,
BLAST_MatrixPtr matrix));
Boolean LIBCALL
B2SPssmCleanUpSearch PROTO((BlastSearchBlkPtr search, BLAST_MatrixPtr matrix));
SeqAlignPtr LIBCALL
B2SPssmOnTheFly PROTO((BlastSearchBlkPtr search, BioseqPtr subj_bsp));
SeqAlignPtr LIBCALL
B2SPssmOnTheFlyByLoc PROTO((BlastSearchBlkPtr search, SeqLocPtr subj_slp));
/* Compare pssm against all sequences in target_seqs.
Returns an array of length ntargets with the corresponding alignments.
Caller is responsible for deallocating the return value */
SeqAlignPtr * LIBCALL
B2SPssmMultipleQueries PROTO((SeqLocPtr pssm_slp, BLAST_MatrixPtr matrix,
SeqLocPtr *target_seqs, Int4 ntargets, BLAST_OptionsBlkPtr options));
/*** END PSIBLAST2Sequences API ***/
SeqAlignPtr LIBCALL SumBlastGetGappedAlignmentTraceback PROTO((BlastSearchBlkPtr search, Int4 hit_number, Boolean reverse, Boolean ordinal_number, Uint1Ptr subject, Int4 subject_length));
Boolean LIBCALL SumBlastGetGappedAlignmentEx PROTO((BlastSearchBlkPtr search, Int4 hit_number, Boolean reverse, Boolean ordinal_number, Uint1Ptr subject, Int4 subject_length, Boolean do_traceback, SeqAlignPtr PNTR seqalignP, BlastHitRangePtr bhrp, Int2 query_number));
/*
Performs a complete BLAST search and returns a SeqAnlign.
*/
SeqAlignPtr LIBCALL BioseqBlastEngine PROTO((BioseqPtr bsp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives))));
SeqAlignPtr LIBCALL BioseqBlastEngineWithCallback PROTO((BioseqPtr bsp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), int (LIBCALLBACK *handle_results)PROTO((VoidPtr srch))));
SeqAlignPtr LIBCALL BioseqBlastEngineWithCallbackMult PROTO((BioseqPtr bsp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), int (LIBCALLBACK *handle_results)PROTO((VoidPtr srch)), QueriesPtr mult_queries)); /* AM: Added mult_queries param. */
SeqAlignPtr LIBCALL BioseqBlastEngineEx PROTO((BioseqPtr bsp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total));
SeqAlignPtr LIBCALL BioseqBlastEngineByLoc PROTO((SeqLocPtr slp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives))));
SeqAlignPtr LIBCALL BioseqBlastEngineByLocEx PROTO((SeqLocPtr slp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total));
SeqAlignPtr LIBCALL BioseqBlastEngineByLocWithCallback PROTO((SeqLocPtr slp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total, int (LIBCALLBACK *handle_results)PROTO((VoidPtr srch))));
SeqAlignPtr LIBCALL BioseqBlastEngineByLocWithCallbackMult PROTO((SeqLocPtr slp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total, int (LIBCALLBACK *handle_results)PROTO((VoidPtr srch)), QueriesPtr mult_queries)); /* --KM added mult_queries param */
/*
Prints error messages.
*/
void LIBCALL BlastErrorPrint PROTO((ValNodePtr error_return));
void LIBCALL BlastErrorPrintExtra PROTO((ValNodePtr error_return, Boolean errpostex, FILE* fp));
/* Caller is responsible for deallocating return value */
CharPtr LIBCALL BlastErrorToString PROTO((ValNodePtr error_return));
Uint1 LIBCALL BlastGetProgramNumber PROTO((CharPtr blast_program));
CharPtr LIBCALL BlastGetProgramName PROTO((Uint1 number));
BlastHitRangePtr LIBCALL BlastHitRangeDestruct PROTO((BlastHitRangePtr old));
BlastHitRangePtr LIBCALL BlastHitRangeNew PROTO((Int4 total));
BlastHitRangePtr LIBCALL BioseqHitRangeEngineCore PROTO((BlastSearchBlkPtr search, BLAST_OptionsBlkPtr options));
SeqLocPtr LIBCALL BioseqHitRangeEngineByLoc PROTO((SeqLocPtr slp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total));
SeqLocPtr LIBCALL BioseqHitRangeEngine PROTO((BioseqPtr bsp, CharPtr progname, CharPtr database, BLAST_OptionsBlkPtr options, ValNodePtr *other_returns, ValNodePtr *error_returns, int (LIBCALLBACK *callback)PROTO((Int4 done, Int4 positives)), SeqIdPtr seqid_list, BlastDoubleInt4Ptr gi_list, Int4 gi_list_total));
BLAST_ExtendWordParamsPtr BLAST_ExtendWordParamsNew (Int4 qlen, Boolean multiple_hits, Int4 window_size);
BLAST_ExtendWordPtr BLAST_ExtendWordNew (BLAST_ExtendWordParamsPtr ewp_params);
BLAST_ExtendWordPtr LIBCALL BLAST_ExtendWordDestruct (BLAST_ExtendWordPtr ewp);
void LIBCALL updateLambdaK PROTO((BlastMatrixRescalePtr matrix_rescale, Boolean position_dependent));
BlastSearchBlkPtr GreedyAlignMemAlloc PROTO((BlastSearchBlkPtr search));
Boolean parse_blast_options(BLAST_OptionsBlkPtr options, CharPtr string_options, CharPtr PNTR error_message, CharPtr PNTR database, Int4Ptr descriptions, Int4Ptr alignments);
Int2
BlastNtWordExtend PROTO((BlastSearchBlkPtr search, Int4 q_off, Int4 s_off, BLAST_Diag real_diag, Int2 context));
Boolean MegaBlastBuildLookupTable PROTO((BlastSearchBlkPtr search));
Int2 DefineToFrame PROTO((Uint1 define));
CharPtr BLASTGetDatabaseTitleFromSeqAnnot PROTO((SeqAnnotPtr seqannot));
void BLASTAddBlastDBTitleToSeqAnnot PROTO((SeqAnnotPtr seqannot, CharPtr title));
void BLASTAddBlastDBTitleToSeqAnnotEx PROTO((SeqAnnotPtr seqannot, CharPtr title, Boolean is_na));
Int4 reverse_seq (Uint1 *seq, Uint1 *pos, Uint1 *target);
/* CC: Changed to have the same tie-breakers as score_compare_hsps */
int LIBCALLBACK BLASTResultHspScoreCmp(VoidPtr v1, VoidPtr v2);
SeqAlignPtr
BlastPruneSeqAlignByGiList PROTO((SeqAlignPtr seqalign, Int4Ptr gi_list,
Int4 gi_list_total, Int4 hitlist_size));
SeqAlignPtr
BlastPruneSeqAlignBySortedGiList PROTO((SeqAlignPtr seqalign, Int4Ptr gi_list,
Int4 gi_list_total));
SeqAlignPtr
BlastPruneSeqAlignByEvalueRange PROTO((SeqAlignPtr seqalign, FloatHi expect_low, FloatHi expect_high));
BlastDoubleInt4Ptr GetGisFromFile PROTO((CharPtr file_name, Int4Ptr gi_list_size));
/* ------ Functions related to Smith-Waterman algorithm ------ */
Boolean
CheckStartForGappedAlignment PROTO((BlastSearchBlkPtr search, BLAST_HSPPtr hsp, Uint1Ptr query, Uint1Ptr subject, Int4Ptr PNTR matrix));
Int4 GetStartForGappedAlignment PROTO((BlastSearchBlkPtr search, BLAST_HSPPtr hsp, Uint1Ptr query, Uint1Ptr subject, Int4Ptr PNTR matrix));
BioseqPtr BlastMakeTempProteinBioseq PROTO((Uint1Ptr sequence, Int4 length,
Uint1 alphabet));
void HackSeqLocId PROTO((SeqLocPtr slp, SeqIdPtr id));
/* --------------------------------------------------------------------
*
* BLAST_Wizard & related functions.
*
* Use BLAST_WizardOptionsBlkInit to initialize a
* BLAST_WizardOptionsBlk by setting every field to zero or FALSE.
*
* Use BLAST_WizardOptionsBlkDone to free any memory owned by a
* BLAST_WizardOptionsBlk, excluding the memory for the
* BLAST_WizardOptionsBlk itself, which should be allocated on the
* stack.
*
* Use BLAST_WizardOptionsMaskInit to initialize a
* BLAST_WizardOptionsMask by setting every field to FALSE, indicating
* that the corresponding fields of some BLAST_WizardOptionsBlk aren't
* set.
*
* Use BLAST_Wizard to initialize a BLAST_WizardOptionsBlk according
* to program, service, options, and mask. Alignments, descriptions,
* and errors are output parameters. Alignments and descriptions are
* optional; error is required. BLAST_Wizard returns a null pointer
* if and only if *error != 0 on exit. The returned object must be
* freed with BLASTOptionDelete; if *error != 0, then *error must be
* freed with MemFree.
*
* --------------------------------------------------------------------
*/
void
BLAST_WizardOptionsBlkInit(
BLAST_WizardOptionsBlkPtr options);
void
BLAST_WizardOptionsBlkDone(
BLAST_WizardOptionsBlkPtr options);
void
BLAST_WizardOptionsMaskInit(
BLAST_WizardOptionsMaskPtr mask);
BLAST_OptionsBlkPtr
BLAST_Wizard(
const char* program,
const char* service,
BLAST_WizardOptionsBlkPtr options,
BLAST_WizardOptionsMaskPtr mask,
int* alignments,
int* descriptions,
char** error);
/**
* A macro expression that returns 1, 0, -1 if a is greater than,
* equal to or less than b, respectively. This macro evaluates its
* arguments more than once.
*/
#ifndef BLAST_CMP
#define BLAST_CMP(a,b) ((a)>(b) ? 1 : ((a)<(b) ? -1 : 0))
#endif
/* ----------------------------------------------------------- */
/* DEBUG */
/* time mesuaring utilities */
/* #define BLAST_TIMER */
#ifdef BLAST_TIMER
clock_t last_clock;
#define start_timer last_clock = clock();
#define stop_timer(msg) { \
clock_t current_clock = clock(), since; \
since = current_clock - last_clock; \
fprintf(stderr, "TIME [%s] - %5.2f\n", msg, ((double) since) / CLOCKS_PER_SEC); \
last_clock = current_clock; \
}
#else
#define start_timer ;
#define stop_timer ;
#endif
/* end of DEBUG block */
#ifdef __cplusplus
}
#endif
#endif /* !__BLAST__ */
|