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
|
<HTML>
<HEAD>
<TITLE>MascotGenericFile Class Reference</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> ·
<A href="classes.html">Classes</A> ·
<A href="annotated.html">Annotated Classes</A> ·
<A href="modules.html">Modules</A> ·
<A href="functions_func.html">Members</A> ·
<A href="namespaces.html">Namespaces</A> ·
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceOpenMS.html">OpenMS</a></li><li class="navelem"><a class="el" href="classOpenMS_1_1MascotGenericFile.html">MascotGenericFile</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="classOpenMS_1_1MascotGenericFile-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">MascotGenericFile Class Reference<div class="ingroups"><a class="el" href="group__FileIO.html">File IO</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>Mascot input file adapter.
<a href="classOpenMS_1_1MascotGenericFile.html#details">More...</a></p>
<p><code>#include <<a class="el" href="MascotGenericFile_8h_source.html">OpenMS/FORMAT/MascotGenericFile.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for MascotGenericFile:</div>
<div class="dyncontent">
<div class="center">
<img src="classOpenMS_1_1MascotGenericFile.png" usemap="#MascotGenericFile_map" alt=""/>
<map id="MascotGenericFile_map" name="MascotGenericFile_map">
<area href="classOpenMS_1_1ProgressLogger.html" title="Base class for all classes that want to report their progess. " alt="ProgressLogger" shape="rect" coords="0,0,133,24"/>
<area href="classOpenMS_1_1DefaultParamHandler.html" title="A base class for all classes handling default parameters. " alt="DefaultParamHandler" shape="rect" coords="143,0,276,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aec04be2150cd021ff95ef8f552ff3ab2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#aec04be2150cd021ff95ef8f552ff3ab2">MascotGenericFile</a> ()</td></tr>
<tr class="memdesc:aec04be2150cd021ff95ef8f552ff3ab2"><td class="mdescLeft"> </td><td class="mdescRight">constructor <a href="#aec04be2150cd021ff95ef8f552ff3ab2">More...</a><br/></td></tr>
<tr class="separator:aec04be2150cd021ff95ef8f552ff3ab2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af59f0c763a3e8d291fe513abfa55e165"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#af59f0c763a3e8d291fe513abfa55e165">~MascotGenericFile</a> ()</td></tr>
<tr class="memdesc:af59f0c763a3e8d291fe513abfa55e165"><td class="mdescLeft"> </td><td class="mdescRight">constructor <a href="#af59f0c763a3e8d291fe513abfa55e165">More...</a><br/></td></tr>
<tr class="separator:af59f0c763a3e8d291fe513abfa55e165"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab0d18b84911d09f4eeebfa3c38827aa9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#ab0d18b84911d09f4eeebfa3c38827aa9">store</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &filename, const <a class="el" href="group__Kernel.html#gac459ab9d68b68f31561c7763c7da61ef">PeakMap</a> &experiment)</td></tr>
<tr class="memdesc:ab0d18b84911d09f4eeebfa3c38827aa9"><td class="mdescLeft"> </td><td class="mdescRight">stores the experiment data in a <a class="el" href="classOpenMS_1_1MascotGenericFile.html" title="Mascot input file adapter. ">MascotGenericFile</a> that can be used as input for MASCOT shell execution <a href="#ab0d18b84911d09f4eeebfa3c38827aa9">More...</a><br/></td></tr>
<tr class="separator:ab0d18b84911d09f4eeebfa3c38827aa9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a18329ad480462e600d3445ab74efcbd5"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a18329ad480462e600d3445ab74efcbd5">store</a> (std::ostream &os, const <a class="el" href="classOpenMS_1_1String.html">String</a> &filename, const <a class="el" href="group__Kernel.html#gac459ab9d68b68f31561c7763c7da61ef">PeakMap</a> &experiment)</td></tr>
<tr class="memdesc:a18329ad480462e600d3445ab74efcbd5"><td class="mdescLeft"> </td><td class="mdescRight">store the experiment data in a <a class="el" href="classOpenMS_1_1MascotGenericFile.html" title="Mascot input file adapter. ">MascotGenericFile</a>; the output is written to the given stream, the filename will be noted in the file <a href="#a18329ad480462e600d3445ab74efcbd5">More...</a><br/></td></tr>
<tr class="separator:a18329ad480462e600d3445ab74efcbd5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a98bebe67b8b06a9a67a3654d631355b4"><td class="memTemplParams" colspan="2">template<typename MapType > </td></tr>
<tr class="memitem:a98bebe67b8b06a9a67a3654d631355b4"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a98bebe67b8b06a9a67a3654d631355b4">load</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &filename, MapType &exp)</td></tr>
<tr class="memdesc:a98bebe67b8b06a9a67a3654d631355b4"><td class="mdescLeft"> </td><td class="mdescRight">loads a Mascot Generic <a class="el" href="classOpenMS_1_1File.html" title="Basic file handling operations. ">File</a> into a PeakMap <a href="#a98bebe67b8b06a9a67a3654d631355b4">More...</a><br/></td></tr>
<tr class="separator:a98bebe67b8b06a9a67a3654d631355b4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a90b0104ab4ee3f6f9aa37426f290b229"><td class="memItemLeft" align="right" valign="top">std::pair< <a class="el" href="classOpenMS_1_1String.html">String</a>, <a class="el" href="classOpenMS_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a90b0104ab4ee3f6f9aa37426f290b229">getHTTPPeakListEnclosure</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &filename) const </td></tr>
<tr class="memdesc:a90b0104ab4ee3f6f9aa37426f290b229"><td class="mdescLeft"> </td><td class="mdescRight">enclosing Strings of the peak list body for HTTP submission <a href="#a90b0104ab4ee3f6f9aa37426f290b229">More...</a><br/></td></tr>
<tr class="separator:a90b0104ab4ee3f6f9aa37426f290b229"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:a2a106011aec95b2013d7a545f2063d01 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a2a106011aec95b2013d7a545f2063d01">ProgressLogger</a> ()</td></tr>
<tr class="memdesc:a2a106011aec95b2013d7a545f2063d01 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#a2a106011aec95b2013d7a545f2063d01">More...</a><br/></td></tr>
<tr class="separator:a2a106011aec95b2013d7a545f2063d01 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a19c882d907f90f7f88c7436d82cd2a13 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a19c882d907f90f7f88c7436d82cd2a13">~ProgressLogger</a> ()</td></tr>
<tr class="memdesc:a19c882d907f90f7f88c7436d82cd2a13 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#a19c882d907f90f7f88c7436d82cd2a13">More...</a><br/></td></tr>
<tr class="separator:a19c882d907f90f7f88c7436d82cd2a13 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acc3538c5284777d8702ccaefeb61e74c inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#acc3538c5284777d8702ccaefeb61e74c">setLogType</a> (<a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a> type) const </td></tr>
<tr class="memdesc:acc3538c5284777d8702ccaefeb61e74c inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Sets the progress log that should be used. The default type is NONE! <a href="#acc3538c5284777d8702ccaefeb61e74c">More...</a><br/></td></tr>
<tr class="separator:acc3538c5284777d8702ccaefeb61e74c inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67024cdd5c34ec571baecabd8f783310 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a67024cdd5c34ec571baecabd8f783310">getLogType</a> () const </td></tr>
<tr class="memdesc:a67024cdd5c34ec571baecabd8f783310 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Returns the type of progress log being used. <a href="#a67024cdd5c34ec571baecabd8f783310">More...</a><br/></td></tr>
<tr class="separator:a67024cdd5c34ec571baecabd8f783310 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af1c45ecd71b5041b70319249e8e73591 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af1c45ecd71b5041b70319249e8e73591">startProgress</a> (<a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> begin, <a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> end, const <a class="el" href="classOpenMS_1_1String.html">String</a> &label) const </td></tr>
<tr class="memdesc:af1c45ecd71b5041b70319249e8e73591 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Initializes the progress display. <a href="#af1c45ecd71b5041b70319249e8e73591">More...</a><br/></td></tr>
<tr class="separator:af1c45ecd71b5041b70319249e8e73591 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8852277abd03220cc7b80d6c1bed6fed inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a8852277abd03220cc7b80d6c1bed6fed">setProgress</a> (<a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> value) const </td></tr>
<tr class="memdesc:a8852277abd03220cc7b80d6c1bed6fed inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Sets the current progress. <a href="#a8852277abd03220cc7b80d6c1bed6fed">More...</a><br/></td></tr>
<tr class="separator:a8852277abd03220cc7b80d6c1bed6fed inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1cc1012b0cdaea97f58d571af1ff45de inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a1cc1012b0cdaea97f58d571af1ff45de">endProgress</a> () const </td></tr>
<tr class="memdesc:a1cc1012b0cdaea97f58d571af1ff45de inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft"> </td><td class="mdescRight">Ends the progress display. <a href="#a1cc1012b0cdaea97f58d571af1ff45de">More...</a><br/></td></tr>
<tr class="separator:a1cc1012b0cdaea97f58d571af1ff45de inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classOpenMS_1_1DefaultParamHandler"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classOpenMS_1_1DefaultParamHandler')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a></td></tr>
<tr class="memitem:afb6802fda161cb0c1a4a05597f94aecc inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#afb6802fda161cb0c1a4a05597f94aecc">DefaultParamHandler</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &name)</td></tr>
<tr class="memdesc:afb6802fda161cb0c1a4a05597f94aecc inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Constructor with name that is displayed in error messages. <a href="#afb6802fda161cb0c1a4a05597f94aecc">More...</a><br/></td></tr>
<tr class="separator:afb6802fda161cb0c1a4a05597f94aecc inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a954da7eef3cfddda446574eaadd20abb inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a954da7eef3cfddda446574eaadd20abb">DefaultParamHandler</a> (const <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a> &rhs)</td></tr>
<tr class="memdesc:a954da7eef3cfddda446574eaadd20abb inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="#a954da7eef3cfddda446574eaadd20abb">More...</a><br/></td></tr>
<tr class="separator:a954da7eef3cfddda446574eaadd20abb inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a11e9d6dd34fe8860874aa8abe0ec121b inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a11e9d6dd34fe8860874aa8abe0ec121b">~DefaultParamHandler</a> ()</td></tr>
<tr class="memdesc:a11e9d6dd34fe8860874aa8abe0ec121b inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#a11e9d6dd34fe8860874aa8abe0ec121b">More...</a><br/></td></tr>
<tr class="separator:a11e9d6dd34fe8860874aa8abe0ec121b inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae6b6d68036a573a44f6609460ba2dfb6 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#ae6b6d68036a573a44f6609460ba2dfb6">operator=</a> (const <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a> &rhs)</td></tr>
<tr class="memdesc:ae6b6d68036a573a44f6609460ba2dfb6 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Assignment operator. <a href="#ae6b6d68036a573a44f6609460ba2dfb6">More...</a><br/></td></tr>
<tr class="separator:ae6b6d68036a573a44f6609460ba2dfb6 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac435f2dd4d9f9328db83af97129a8d7e inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#ac435f2dd4d9f9328db83af97129a8d7e">operator==</a> (const <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a> &rhs) const </td></tr>
<tr class="memdesc:ac435f2dd4d9f9328db83af97129a8d7e inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Equality operator. <a href="#ac435f2dd4d9f9328db83af97129a8d7e">More...</a><br/></td></tr>
<tr class="separator:ac435f2dd4d9f9328db83af97129a8d7e inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abc8067511cfc949ae942ea2b08588f81 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#abc8067511cfc949ae942ea2b08588f81">setParameters</a> (const <a class="el" href="classOpenMS_1_1Param.html">Param</a> &param)</td></tr>
<tr class="memdesc:abc8067511cfc949ae942ea2b08588f81 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Sets the parameters. <a href="#abc8067511cfc949ae942ea2b08588f81">More...</a><br/></td></tr>
<tr class="separator:abc8067511cfc949ae942ea2b08588f81 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7f6aab5a7dfbdd1c062a4352a29361f3 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1Param.html">Param</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a7f6aab5a7dfbdd1c062a4352a29361f3">getParameters</a> () const </td></tr>
<tr class="memdesc:a7f6aab5a7dfbdd1c062a4352a29361f3 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Non-mutable access to the parameters. <a href="#a7f6aab5a7dfbdd1c062a4352a29361f3">More...</a><br/></td></tr>
<tr class="separator:a7f6aab5a7dfbdd1c062a4352a29361f3 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a02f02fa9832ca3e8d47c575a39803a2a inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1Param.html">Param</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a02f02fa9832ca3e8d47c575a39803a2a">getDefaults</a> () const </td></tr>
<tr class="memdesc:a02f02fa9832ca3e8d47c575a39803a2a inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Non-mutable access to the default parameters. <a href="#a02f02fa9832ca3e8d47c575a39803a2a">More...</a><br/></td></tr>
<tr class="separator:a02f02fa9832ca3e8d47c575a39803a2a inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaee0f2845288173de9f6ad47e6ad31d5 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#aaee0f2845288173de9f6ad47e6ad31d5">getName</a> () const </td></tr>
<tr class="memdesc:aaee0f2845288173de9f6ad47e6ad31d5 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Non-mutable access to the name. <a href="#aaee0f2845288173de9f6ad47e6ad31d5">More...</a><br/></td></tr>
<tr class="separator:aaee0f2845288173de9f6ad47e6ad31d5 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a77d37f2e1c12e8bd33ea0e660a89e927 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a77d37f2e1c12e8bd33ea0e660a89e927">setName</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &name)</td></tr>
<tr class="memdesc:a77d37f2e1c12e8bd33ea0e660a89e927 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Mutable access to the name. <a href="#a77d37f2e1c12e8bd33ea0e660a89e927">More...</a><br/></td></tr>
<tr class="separator:a77d37f2e1c12e8bd33ea0e660a89e927 inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a768d4a2093627a2f34728656a9721bdf inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">const std::vector< <a class="el" href="classOpenMS_1_1String.html">String</a> > & </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a768d4a2093627a2f34728656a9721bdf">getSubsections</a> () const </td></tr>
<tr class="memdesc:a768d4a2093627a2f34728656a9721bdf inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Non-mutable access to the registered subsections. <a href="#a768d4a2093627a2f34728656a9721bdf">More...</a><br/></td></tr>
<tr class="separator:a768d4a2093627a2f34728656a9721bdf inherit pub_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:a77386d08642abcc871b2ea24a8b337de"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a77386d08642abcc871b2ea24a8b337de">writeParameterHeader_</a> (const <a class="el" href="classOpenMS_1_1String.html">String</a> &name, std::ostream &os)</td></tr>
<tr class="memdesc:a77386d08642abcc871b2ea24a8b337de"><td class="mdescLeft"> </td><td class="mdescRight">writes a parameter header <a href="#a77386d08642abcc871b2ea24a8b337de">More...</a><br/></td></tr>
<tr class="separator:a77386d08642abcc871b2ea24a8b337de"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5506e2efa3571f1933da56552e24a27d"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a5506e2efa3571f1933da56552e24a27d">writeHeader_</a> (std::ostream &os)</td></tr>
<tr class="memdesc:a5506e2efa3571f1933da56552e24a27d"><td class="mdescLeft"> </td><td class="mdescRight">writes the full header <a href="#a5506e2efa3571f1933da56552e24a27d">More...</a><br/></td></tr>
<tr class="separator:a5506e2efa3571f1933da56552e24a27d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb5ba16d95ceabbcb81f70d937e4b106"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#abb5ba16d95ceabbcb81f70d937e4b106">writeSpectrum_</a> (std::ostream &os, const <a class="el" href="group__Kernel.html#ga3ba16951dc40c7a6c7457f3452e096ab">PeakSpectrum</a> &spec, const <a class="el" href="classOpenMS_1_1String.html">String</a> &filename)</td></tr>
<tr class="memdesc:abb5ba16d95ceabbcb81f70d937e4b106"><td class="mdescLeft"> </td><td class="mdescRight">writes the spectrum <a href="#abb5ba16d95ceabbcb81f70d937e4b106">More...</a><br/></td></tr>
<tr class="separator:abb5ba16d95ceabbcb81f70d937e4b106"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a80b774af52a0b25fcd0c4c9d79fa7806"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a80b774af52a0b25fcd0c4c9d79fa7806">writeMSExperiment_</a> (std::ostream &os, const <a class="el" href="classOpenMS_1_1String.html">String</a> &filename, const <a class="el" href="group__Kernel.html#gac459ab9d68b68f31561c7763c7da61ef">PeakMap</a> &experiment)</td></tr>
<tr class="memdesc:a80b774af52a0b25fcd0c4c9d79fa7806"><td class="mdescLeft"> </td><td class="mdescRight">writes the <a class="el" href="classOpenMS_1_1MSExperiment.html" title="Representation of a mass spectrometry experiment. ">MSExperiment</a> <a href="#a80b774af52a0b25fcd0c4c9d79fa7806">More...</a><br/></td></tr>
<tr class="separator:a80b774af52a0b25fcd0c4c9d79fa7806"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a35053695b08d2c91e3badff54851dade"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1MascotGenericFile.html#a35053695b08d2c91e3badff54851dade">getNextSpectrum_</a> (std::istream &is, std::vector< std::pair< <a class="el" href="classOpenMS_1_1String.html">String</a>, <a class="el" href="classOpenMS_1_1String.html">String</a> > > &spectrum, <a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> &charge, <a class="el" href="classdouble.html">double</a> &precursor_mz, <a class="el" href="classdouble.html">double</a> &precursor_int, <a class="el" href="classdouble.html">double</a> &rt, <a class="el" href="classOpenMS_1_1String.html">String</a> &title, <a class="el" href="group__Concept.html#gaf9ecec2d692138fab9167164a457cbd4">Size</a> &line_number)</td></tr>
<tr class="memdesc:a35053695b08d2c91e3badff54851dade"><td class="mdescLeft"> </td><td class="mdescRight">reads a spectrum block, the section between 'BEGIN IONS' and 'END IONS' of a mgf file <a href="#a35053695b08d2c91e3badff54851dade">More...</a><br/></td></tr>
<tr class="separator:a35053695b08d2c91e3badff54851dade"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_classOpenMS_1_1DefaultParamHandler"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classOpenMS_1_1DefaultParamHandler')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a></td></tr>
<tr class="memitem:a776f7572fc4f466e9527ca233471920d inherit pro_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a776f7572fc4f466e9527ca233471920d">updateMembers_</a> ()</td></tr>
<tr class="memdesc:a776f7572fc4f466e9527ca233471920d inherit pro_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">This method is used to update extra member variables at the end of the <a class="el" href="classOpenMS_1_1DefaultParamHandler.html#abc8067511cfc949ae942ea2b08588f81" title="Sets the parameters. ">setParameters()</a> method. <a href="#a776f7572fc4f466e9527ca233471920d">More...</a><br/></td></tr>
<tr class="separator:a776f7572fc4f466e9527ca233471920d inherit pro_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2802c591e6d7fd3fd9cc35f5e875d0ba inherit pro_methods_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a2802c591e6d7fd3fd9cc35f5e875d0ba">defaultsToParam_</a> ()</td></tr>
<tr class="memdesc:a2802c591e6d7fd3fd9cc35f5e875d0ba inherit pro_methods_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Updates the parameters after the defaults have been set in the constructor. <a href="#a2802c591e6d7fd3fd9cc35f5e875d0ba">More...</a><br/></td></tr>
<tr class="separator:a2802c591e6d7fd3fd9cc35f5e875d0ba inherit pro_methods_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/> Public Types inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:af67907baa897e9fb84df0cb89795b87c inherit pub_types_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a> { <a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87ca3ab34dd50405af2d5a62627d572f7860">CMD</a>,
<a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87ca73c6901c7c648a6a735770bc038bb26a">GUI</a>,
<a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87cac157bdf0b85a40d2619cbc8bc1ae5fe2">NONE</a>
}</td></tr>
<tr class="memdesc:af67907baa897e9fb84df0cb89795b87c"><td class="mdescLeft"> </td><td class="mdescRight">Possible log types. <a href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">More...</a><br/></td></tr>
<tr class="separator:af67907baa897e9fb84df0cb89795b87c inherit pub_types_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_attribs_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/> Protected Attributes inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:a7c691d7de2a43bc5606e96cb15da3641 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a7c691d7de2a43bc5606e96cb15da3641">type_</a></td></tr>
<tr class="separator:a7c691d7de2a43bc5606e96cb15da3641 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a56589612e0e4164bf80c3918a087d05a inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a56589612e0e4164bf80c3918a087d05a">begin_</a></td></tr>
<tr class="separator:a56589612e0e4164bf80c3918a087d05a inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0c749bf4e621699b7a5c45ae22c2fa90 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a0c749bf4e621699b7a5c45ae22c2fa90">end_</a></td></tr>
<tr class="separator:a0c749bf4e621699b7a5c45ae22c2fa90 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec57b26e143202dc119a41592e075932 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#aec57b26e143202dc119a41592e075932">value_</a></td></tr>
<tr class="separator:aec57b26e143202dc119a41592e075932 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a76072b3919abcf01141ba68da8a001fd inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">QProgressDialog * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a76072b3919abcf01141ba68da8a001fd">dlg_</a></td></tr>
<tr class="separator:a76072b3919abcf01141ba68da8a001fd inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6d9750520313ea7f843d7a49cb2e9e5f inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1StopWatch.html">StopWatch</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a6d9750520313ea7f843d7a49cb2e9e5f">stop_watch_</a></td></tr>
<tr class="separator:a6d9750520313ea7f843d7a49cb2e9e5f inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a79bacf60c4109d7517590441c7f85f9c inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a79bacf60c4109d7517590441c7f85f9c">last_invoke_</a></td></tr>
<tr class="separator:a79bacf60c4109d7517590441c7f85f9c inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_attribs_classOpenMS_1_1DefaultParamHandler"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classOpenMS_1_1DefaultParamHandler')"><img src="closed.png" alt="-"/> Protected Attributes inherited from <a class="el" href="classOpenMS_1_1DefaultParamHandler.html">DefaultParamHandler</a></td></tr>
<tr class="memitem:a28c73e623c63a4fe3bfceb1ae8274f39 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1Param.html">Param</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a28c73e623c63a4fe3bfceb1ae8274f39">param_</a></td></tr>
<tr class="memdesc:a28c73e623c63a4fe3bfceb1ae8274f39 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Container for current parameters. <a href="#a28c73e623c63a4fe3bfceb1ae8274f39">More...</a><br/></td></tr>
<tr class="separator:a28c73e623c63a4fe3bfceb1ae8274f39 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a761b1937850c141d0c6fff0e4d633a04 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1Param.html">Param</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a761b1937850c141d0c6fff0e4d633a04">defaults_</a></td></tr>
<tr class="memdesc:a761b1937850c141d0c6fff0e4d633a04 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Container for default parameters. This member should be filled in the constructor of derived classes! <a href="#a761b1937850c141d0c6fff0e4d633a04">More...</a><br/></td></tr>
<tr class="separator:a761b1937850c141d0c6fff0e4d633a04 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac4b0e20bc59c7a5afe016c69067e428c inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">std::vector< <a class="el" href="classOpenMS_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#ac4b0e20bc59c7a5afe016c69067e428c">subsections_</a></td></tr>
<tr class="memdesc:ac4b0e20bc59c7a5afe016c69067e428c inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Container for registered subsections. This member should be filled in the constructor of derived classes! <a href="#ac4b0e20bc59c7a5afe016c69067e428c">More...</a><br/></td></tr>
<tr class="separator:ac4b0e20bc59c7a5afe016c69067e428c inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5a51f3f150b09068256195e934339a19 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1String.html">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a5a51f3f150b09068256195e934339a19">error_name_</a></td></tr>
<tr class="memdesc:a5a51f3f150b09068256195e934339a19 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">Name that is displayed in error messages during the parameter checking. <a href="#a5a51f3f150b09068256195e934339a19">More...</a><br/></td></tr>
<tr class="separator:a5a51f3f150b09068256195e934339a19 inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7c3b265b697a57615da5cd3274780efd inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#a7c3b265b697a57615da5cd3274780efd">check_defaults_</a></td></tr>
<tr class="memdesc:a7c3b265b697a57615da5cd3274780efd inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">If this member is set to false no checking if parameters in done;. <a href="#a7c3b265b697a57615da5cd3274780efd">More...</a><br/></td></tr>
<tr class="separator:a7c3b265b697a57615da5cd3274780efd inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aba444910e4fccb93f91bf7ab135f508a inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1DefaultParamHandler.html#aba444910e4fccb93f91bf7ab135f508a">warn_empty_defaults_</a></td></tr>
<tr class="memdesc:aba444910e4fccb93f91bf7ab135f508a inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="mdescLeft"> </td><td class="mdescRight">If this member is set to false no warning is emitted when defaults are empty;. <a href="#aba444910e4fccb93f91bf7ab135f508a">More...</a><br/></td></tr>
<tr class="separator:aba444910e4fccb93f91bf7ab135f508a inherit pro_attribs_classOpenMS_1_1DefaultParamHandler"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_static_attribs_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pro_static_attribs_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/> Static Protected Attributes inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:a94eb3ef5ef94b83eb348dd00a2b53119 inherit pro_static_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a94eb3ef5ef94b83eb348dd00a2b53119">recursion_depth_</a></td></tr>
<tr class="separator:a94eb3ef5ef94b83eb348dd00a2b53119 inherit pro_static_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Mascot input file adapter. </p>
<p>Creates a file that can be used for Mascot search from a peak list or a whole experiment.</p>
<p>Loading a file supports multi-threading, since conversion from string to double is expensive and takes long using a single thread.</p>
<B>Parameters of this class are:</B><BR><BR>
<table border="1" style="border-style:solid; border-collapse:collapse; border-color:#c0c0c0;" width="100%" cellpadding="4">
<tr style="border-bottom:1px solid black; background:#fffff0"><th>Name</th><th>Type</th><th>Default</th><th>Restrictions</th><th>Description</th></tr>
<tr>
<td style="vertical-align:top"><b>database</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">MSDB</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Name of the sequence database</td>
</tr>
<tr>
<td style="vertical-align:top"><i>search_type</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">MIS</td>
<td style="vertical-align:top">MIS, SQ, PMF</td><td style="vertical-align:top">Name of the search type for the query</td>
</tr>
<tr>
<td style="vertical-align:top"><b>enzyme</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">Trypsin</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">The enzyme descriptor to the enzyme used for digestion. (Trypsin is default, None would be best for peptide input or unspecific digestion, for more please refer to your mascot server).</td>
</tr>
<tr>
<td style="vertical-align:top"><b>instrument</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">Default</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Instrument definition which specifies the fragmentation rules</td>
</tr>
<tr>
<td style="vertical-align:top"><b>missed_cleavages</b></td>
<td style="vertical-align:top">int</td><td style="vertical-align:top">1</td>
<td style="vertical-align:top">min: 0</td><td style="vertical-align:top">Number of missed cleavages allowed for the enzyme</td>
</tr>
<tr>
<td style="vertical-align:top"><b>precursor_mass_tolerance</b></td>
<td style="vertical-align:top">float</td><td style="vertical-align:top">3</td>
<td style="vertical-align:top">min: 0</td><td style="vertical-align:top">Tolerance of the precursor peaks</td>
</tr>
<tr>
<td style="vertical-align:top"><b>precursor_error_units</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">Da</td>
<td style="vertical-align:top">%, ppm, mmu, Da</td><td style="vertical-align:top">Units of the precursor mass tolerance</td>
</tr>
<tr>
<td style="vertical-align:top"><b>fragment_mass_tolerance</b></td>
<td style="vertical-align:top">float</td><td style="vertical-align:top">0.3</td>
<td style="vertical-align:top">min: 0</td><td style="vertical-align:top">Tolerance of the peaks in the fragment spectrum</td>
</tr>
<tr>
<td style="vertical-align:top"><b>fragment_error_units</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">Da</td>
<td style="vertical-align:top">mmu, Da</td><td style="vertical-align:top">Units of the fragment peaks tolerance</td>
</tr>
<tr>
<td style="vertical-align:top"><b>charges</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">1,2,3</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Allowed charge states, given as a comma separated list of integers</td>
</tr>
<tr>
<td style="vertical-align:top"><b>taxonomy</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">All entries</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Taxonomy specification of the sequences</td>
</tr>
<tr>
<td style="vertical-align:top"><b>fixed_modifications</b></td>
<td style="vertical-align:top">string list</td><td style="vertical-align:top">[]</td>
<td style="vertical-align:top">15dB-biotin (C), 2-succinyl (C), 2HPG (R), 3-deoxyglucosone (R), 3sulfo (N-term), 4-ONE (C), 4-ONE (H), 4-ONE (K), 4-ONE+Delta:H(-2)O(-1) (C), 4-ONE+Delta:H(-2)O(-1) (H), 4-ONE+Delta:H(-2)O(-1) (K), 4AcAllylGal (C), ADP-Ribosyl (C), ADP-Ribosyl (E), ADP-Ribosyl (N), ADP-Ribosyl (R), ADP-Ribosyl (S), AEBS (H), AEBS (K), AEBS (S), AEBS (Y), AEC-MAEC (S), AEC-MAEC (T), AEC-MAEC:2H(4) (S), AEC-MAEC:2H(4) (T), AROD (C), AccQTag (K), AccQTag (N-term), Acetyl (C), Acetyl (H), Acetyl (K), Acetyl (N-term), Acetyl (S), Acetyl (T), Acetyl (Y), Acetyl:2H(3) (K), Acetyl:2H(3) (N-term), Ala->Asp (A), Ala->Glu (A), Ala->Gly (A), Ala->Pro (A), Ala->Ser (A), Ala->Thr (A), Ala->Val (A), Amidated (C-term), Amidine (K), Amidine (N-term), Amidino (C), Amino (Y), Ammonia-loss (N), Ammonia-loss (N-term C), Ammonium (C-term), Ammonium (D), Ammonium (E), Archaeol (C), Arg->Cys (R), Arg->Gln (R), Arg->GluSA (R), Arg->Gly (R), Arg->His (R), Arg->Ile (R), Arg->Lys (R), Arg->Met (R), Arg->Npo (R), Arg->Orn (R), Arg->Pro (R), Arg->Ser (R), Arg->Thr (R), Arg->Trp (R), Arg2PG (R), Argbiotinhydrazide (R), Asn->Asp (N), Asn->His (N), Asn->Ile (N), Asn->Lys (N), Asn->Ser (N), Asn->Thr (N), Asn->Tyr (N), Asp->Ala (D), Asp->Asn (D), Asp->Glu (D), Asp->Gly (D), Asp->His (D), Asp->Tyr (D), Asp->Val (D), Atto495Maleimide (C), BADGE (C), BDMAPP (H), BDMAPP (K), BDMAPP (W), BDMAPP (Y), BHAc (K), BHT (C), BHT (H), BHT (K), BHTOH (C), BHTOH (H), BHTOH (K), BITC (C), BITC (K), BITC (N-term), BMOE (C), Bacillosamine (N), Benzoyl (K), Benzoyl (N-term), Biotin (K), Biotin (N-term), Biotin-HPDP (C), Biotin-PEG-PRA (M), Biotin-PEO-Amine (D), Biotin-PEO-Amine (E), Biotin-PEO4-hydrazide (C-term), Biotin-maleimide (C), Biotin-phenacyl (C), Biotin-phenacyl (H), Biotin-phenacyl (S), BisANS (K), Bodipy (C), Bromo (F), Bromo (H), Bromo (W), Bromobimane (C), C8-QAT (K), C8-QAT (N-term), CAF (N-term), CAMthiopropanoyl (K), CHDH (D), CLIP_TRAQ_1 (K), CLIP_TRAQ_1 (N-term), CLIP_TRAQ_1 (Y), CLIP_TRAQ_2 (K), CLIP_TRAQ_2 (N-term), CLIP_TRAQ_2 (Y), CLIP_TRAQ_3 (K), CLIP_TRAQ_3 (N-term), CLIP_TRAQ_3 (Y), CLIP_TRAQ_4 (K), CLIP_TRAQ_4 (N-term), CLIP_TRAQ_4 (Y), Can-FP-biotin (S), Can-FP-biotin (T), Can-FP-biotin (Y), Carbamidomethyl (C), Carbamidomethyl (D), Carbamidomethyl (E), Carbamidomethyl (H), Carbamidomethyl (K), Carbamidomethyl (N-term), CarbamidomethylDTT (C), Carbamyl (C), Carbamyl (K), Carbamyl (M), Carbamyl (N-term), Carbamyl (R), Carbamyl (S), Carbamyl (T), Carbamyl (Y), Carbofuran (S), Carboxy (D), Carboxy (E), Carboxy (K), Carboxy (W), Carboxyethyl (K), Carboxymethyl (C), Carboxymethyl (K), Carboxymethyl (N-term), Carboxymethyl (W), Carboxymethyl:13C(2) (C), CarboxymethylDTT (C), Cation:Ag (C-term), Cation:Ag (D), Cation:Ag (E), Cation:Ca[II] (C-term), Cation:Ca[II] (D), Cation:Ca[II] (E), Cation:Cu[I] (C-term), Cation:Cu[I] (D), Cation:Cu[I] (E), Cation:Fe[II] (C-term), Cation:Fe[II] (D), Cation:Fe[II] (E), Cation:K (C-term), Cation:K (D), Cation:K (E), Cation:Li (C-term), Cation:Li (D), Cation:Li (E), Cation:Mg[II] (C-term), Cation:Mg[II] (D), Cation:Mg[II] (E), Cation:Na (C-term), Cation:Na (D), Cation:Na (E), Cation:Ni[II] (C-term), Cation:Ni[II] (D), Cation:Ni[II] (E), Cation:Zn[II] (C-term), Cation:Zn[II] (D), Cation:Zn[II] (E), Chlorination (Y), Chlorpyrifos (S), Chlorpyrifos (T), Chlorpyrifos (Y), ChromoBiotin (K), CoenzymeA (C), Crotonaldehyde (C), Crotonaldehyde (H), Crotonaldehyde (K), CuSMo (C), Cy3b-maleimide (C), CyDye-Cy3 (C), CyDye-Cy5 (C), Cyano (C), Cys->Arg (C), Cys->Dha (C), Cys->Gly (C), Cys->Oxoalanine (C), Cys->Phe (C), Cys->Ser (C), Cys->Trp (C), Cys->Tyr (C), Cys->ethylaminoAla (C), Cys->methylaminoAla (C), Cysteinyl (C), Cytopiloyne (C), Cytopiloyne (K), Cytopiloyne (N-term), Cytopiloyne (P), Cytopiloyne (R), Cytopiloyne (S), Cytopiloyne (Y), Cytopiloyne+water (C), Cytopiloyne+water (K), Cytopiloyne+water (N-term), Cytopiloyne+water (R), Cytopiloyne+water (S), Cytopiloyne+water (T), Cytopiloyne+water (Y), DAET (S), DAET (T), DFDNB (K), DFDNB (N), DFDNB (Q), DFDNB (R), DHP (C), DNPS (C), DNPS (W), DTBP (K), DTBP (N), DTBP (Q), DTBP (R), DTT_C (C), DTT_C:2H(6) (C), DTT_ST (S), DTT_ST (T), DTT_ST:2H(6) (S), DTT_ST:2H(6) (T), Dansyl (K), Dansyl (N-term), DeStreak (C), Deamidated (N), Deamidated (Q), Deamidated (R), Deamidated:18O(1) (N), Deamidated:18O(1) (Q), Decanoyl (S), Decanoyl (T), Dehydrated (D), Dehydrated (N-term C), Dehydrated (S), Dehydrated (T), Dehydrated (Y), Dehydro (C), Delta:H(1)O(-1)18O(1) (N), Delta:H(2)C(2) (H), Delta:H(2)C(2) (K), Delta:H(2)C(3) (K), Delta:H(2)C(3)O(1) (K), Delta:H(2)C(3)O(1) (R), Delta:H(2)C(5) (K), Delta:H(4)C(2) (H), Delta:H(4)C(2) (K), Delta:H(4)C(2)O(-1)S(1) (S), Delta:H(4)C(3) (H), Delta:H(4)C(3) (K), Delta:H(4)C(3)O(1) (C), Delta:H(4)C(3)O(1) (H), Delta:H(4)C(3)O(1) (K), Delta:H(4)C(6) (K), Delta:H(5)C(2) (P), Delta:H(6)C(6)O(1) (K), Delta:H(8)C(6)O(2) (K), Delta:Hg(1) (C), Delta:S(-1)Se(1) (C), Delta:S(-1)Se(1) (M), Delta:Se(1) (C), Deoxy (D), Deoxy (S), Deoxy (T), Dethiomethyl (M), Diacylglycerol (C), Dibromo (Y), Didehydro (C-term K), Didehydro (S), Didehydro (T), Didehydro (Y), Didehydroretinylidene (K), Diethyl (K), Diethyl (N-term), Dihydroxyimidazolidine (R), Diiodo (Y), Diironsubcluster (C), Diisopropylphosphate (K), Diisopropylphosphate (S), Diisopropylphosphate (T), Diisopropylphosphate (Y), Dimethyl (K), Dimethyl (N), Dimethyl (N-term), Dimethyl (R), Dimethyl:2H(4) (K), Dimethyl:2H(4) (N-term), Dimethyl:2H(4)13C(2) (K), Dimethyl:2H(4)13C(2) (N-term), Dimethyl:2H(6)13C(2) (K), Dimethyl:2H(6)13C(2) (N-term), Dimethyl:2H(6)13C(2) (R), DimethylArsino (C), DimethylamineGMBS (C), DimethylpyrroleAdduct (K), Dioxidation (C), Dioxidation (F), Dioxidation (K), Dioxidation (M), Dioxidation (P), Dioxidation (R), Dioxidation (W), Dioxidation (Y), Diphthamide (H), Dipyrrolylmethanemethyl (C), DyLight-maleimide (C), EDT-iodoacetyl-PEO-biotin (S), EDT-iodoacetyl-PEO-biotin (T), EDT-maleimide-PEO-biotin (S), EDT-maleimide-PEO-biotin (T), EQAT (C), EQAT:2H(5) (C), EQIGG (K), ESP (K), ESP (N-term), ESP:2H(10) (K), ESP:2H(10) (N-term), Ethanedithiol (S), Ethanedithiol (T), Ethanolamine (C-term), Ethanolamine (D), Ethanolamine (E), Ethanolyl (C), Ethanolyl (K), Ethanolyl (R), Ethoxyformyl (H), Ethyl (C-term), Ethyl (D), Ethyl (E), Ethyl (K), Ethyl (N-term), EthylAmide (N), EthylAmide (Q), ExacTagAmine (K), ExacTagThiol (C), FAD (C), FAD (H), FAD (Y), FMN (S), FMN (T), FMNC (C), FMNH (C), FMNH (H), FNEM (C), FP-Biotin (K), FP-Biotin (S), FP-Biotin (T), FP-Biotin (Y), FTC (C), FTC (K), FTC (P), FTC (R), FTC (S), Farnesyl (C), Fluorescein (C), Fluoro (F), Fluoro (W), Fluoro (Y), Formyl (K), Formyl (N-term), Formyl (S), Formyl (T), G-H1 (R), GIST-Quat (K), GIST-Quat (N-term), GIST-Quat:2H(3) (K), GIST-Quat:2H(3) (N-term), GIST-Quat:2H(6) (K), GIST-Quat:2H(6) (N-term), GIST-Quat:2H(9) (K), GIST-Quat:2H(9) (N-term), GalNAzBiotin (N), GalNAzBiotin (S), GalNAzBiotin (T), Galactosyl (K), GeranylGeranyl (C), Gln->Arg (Q), Gln->Glu (Q), Gln->His (Q), Gln->Leu (Q), Gln->Lys (Q), Gln->Pro (Q), Gln->pyro-Glu (N-term Q), Glu (E), Glu->Ala (E), Glu->Asp (E), Glu->Gln (E), Glu->Gly (E), Glu->Lys (E), Glu->Val (E), Glu->pyro-Glu (N-term E), GluGlu (E), GluGluGlu (E), GluGluGluGlu (E), Glucosylgalactosyl (K), Glucuronyl (S), Glutathione (C), Gly->Ala (G), Gly->Arg (G), Gly->Asp (G), Gly->Cys (G), Gly->Glu (G), Gly->Ser (G), Gly->Trp (G), Gly->Val (G), Gly-loss+Amide (C-term G), GlyGly (C), GlyGly (K), GlyGly (S), GlyGly (T), Glycerophospho (S), GlycerylPE (E), Glycosyl (P), Guanidinyl (K), HMVK (C), HNE (C), HNE (H), HNE (K), HNE+Delta:H(2) (C), HNE+Delta:H(2) (H), HNE+Delta:H(2) (K), HNE-BAHAH (C), HNE-BAHAH (H), HNE-BAHAH (K), HNE-Delta:H(2)O (C), HNE-Delta:H(2)O (H), HNE-Delta:H(2)O (K), HPG (R), Heme (C), Heme (H), Hep (K), Hep (N), Hep (Q), Hep (R), Hep (S), Hep (T), Hex (C), Hex (K), Hex (N), Hex (N-term), Hex (R), Hex (T), Hex (W), Hex (Y), Hex(1)HexNAc(1)NeuAc(1) (N), Hex(1)HexNAc(1)NeuAc(1) (S), Hex(1)HexNAc(1)NeuAc(1) (T), Hex(1)HexNAc(1)NeuAc(2) (N), Hex(1)HexNAc(1)NeuAc(2) (S), Hex(1)HexNAc(1)NeuAc(2) (T), Hex(1)HexNAc(1)dHex(1) (N), Hex(1)HexNAc(2) (N), Hex(1)HexNAc(2)Pent(1) (N), Hex(1)HexNAc(2)dHex(1) (N), Hex(1)HexNAc(2)dHex(1)Pent(1) (N), Hex(1)HexNAc(2)dHex(2) (N), Hex(2) (K), Hex(2) (R), Hex(2)HexNAc(2) (N), Hex(2)HexNAc(2)Pent(1) (N), Hex(2)HexNAc(2)dHex(1) (N), Hex(3) (N), Hex(3)HexNAc(1)Pent(1) (N), Hex(3)HexNAc(2) (N), Hex(3)HexNAc(2)P(1) (N), Hex(3)HexNAc(4) (N), Hex(4)HexNAc(4) (N), Hex(5)HexNAc(2) (N), Hex(5)HexNAc(4) (N), Hex1HexNAc1 (S), Hex1HexNAc1 (T), HexN (K), HexN (N), HexN (T), HexN (W), HexNAc (N), HexNAc (S), HexNAc (T), HexNAc(1)dHex(1) (N), HexNAc(1)dHex(2) (N), HexNAc(2) (N), HexNAc(2)dHex(1) (N), HexNAc(2)dHex(2) (N), His->Arg (H), His->Asn (H), His->Asp (H), His->Gln (H), His->Leu (H), His->Pro (H), His->Tyr (H), Hydroxycinnamyl (C), Hydroxyfarnesyl (C), Hydroxyheme (E), Hydroxymethyl (N), HydroxymethylOP (K), Hydroxytrimethyl (K), Hypusine (K), IBTP (C), ICAT-C (C), ICAT-C:13C(9) (C), ICAT-D (C), ICAT-D:2H(8) (C), ICAT-G (C), ICAT-G:2H(8) (C), ICAT-H (C), ICAT-H:13C(6) (C), ICPL (K), ICPL (N-term), ICPL:13C(6) (K), ICPL:13C(6) (N-term), ICPL:13C(6)2H(4) (K), ICPL:13C(6)2H(4) (N-term), ICPL:2H(4) (K), ICPL:2H(4) (N-term), IDEnT (C), IED-Biotin (C), IGBP (C), IGBP:13C(2) (C), IMID (K), IMID:2H(4) (K), ISD_z+2_ion (N-term), Ile->Arg (I), Ile->Asn (I), Ile->Lys (I), Ile->Met (I), Ile->Phe (I), Ile->Ser (I), Ile->Thr (I), Ile->Val (I), Iminobiotin (K), Iminobiotin (N-term), Iodo (H), Iodo (Y), IodoU-AMP (F), IodoU-AMP (W), IodoU-AMP (Y), Isopropylphospho (S), Isopropylphospho (T), Isopropylphospho (Y), LG-Hlactam-K (K), LG-Hlactam-R (R), LG-anhydrolactam (K), LG-anhydrolactam (N-term), LG-anhyropyrrole (K), LG-anhyropyrrole (N-term), LG-lactam-K (K), LG-lactam-R (R), LG-pyrrole (K), LG-pyrrole (N-term), Label:13C(1)2H(3) (M), Label:13C(1)2H(3)+Oxidation (M), Label:13C(4)15N(2)+GlyGly (K), Label:13C(5) (P), Label:13C(5)15N(1) (M), Label:13C(5)15N(1) (P), Label:13C(5)15N(1) (V), Label:13C(6) (I), Label:13C(6) (K), Label:13C(6) (L), Label:13C(6) (R), Label:13C(6)+Acetyl (K), Label:13C(6)+Dimethyl (K), Label:13C(6)+GlyGly (K), Label:13C(6)15N(1) (I), Label:13C(6)15N(1) (L), Label:13C(6)15N(2) (K), Label:13C(6)15N(2)+Acetyl (K), Label:13C(6)15N(2)+Dimethyl (K), Label:13C(6)15N(2)+GlyGly (K), Label:13C(6)15N(4) (R), Label:13C(8)15N(2) (R), Label:13C(9) (F), Label:13C(9) (Y), Label:13C(9)+Phospho (Y), Label:13C(9)15N(1) (F), Label:15N(1) (A), Label:15N(1) (C), Label:15N(1) (D), Label:15N(1) (E), Label:15N(1) (F), Label:15N(1) (G), Label:15N(1) (I), Label:15N(1) (L), Label:15N(1) (M), Label:15N(1) (P), Label:15N(1) (S), Label:15N(1) (T), Label:15N(1) (V), Label:15N(1) (Y), Label:15N(2) (K), Label:15N(2) (N), Label:15N(2) (Q), Label:15N(2) (W), Label:15N(2)2H(9) (K), Label:15N(3) (H), Label:15N(4) (R), Label:18O(1) (C-term), Label:18O(1) (S), Label:18O(1) (T), Label:18O(1) (Y), Label:18O(2) (C-term), Label:2H(3) (L), Label:2H(4) (F), Label:2H(4) (K), Label:2H(4) (Y), Label:2H(4)+Acetyl (K), Label:2H(4)+GlyGly (K), Label:2H(9)13C(6)15N(2) (K), Leu->Arg (L), Leu->Gln (L), Leu->His (L), Leu->Met (L), Leu->MetOx (L), Leu->Phe (L), Leu->Pro (L), Leu->Ser (L), Leu->Trp (L), Leu->Val (L), LeuArgGlyGly (K), Lipoyl (K), Lys->Allysine (K), Lys->AminoadipicAcid (K), Lys->Arg (K), Lys->Asn (K), Lys->CamCys (K), Lys->Gln (K), Lys->Glu (K), Lys->Ile (K), Lys->Met (K), Lys->MetOx (K), Lys->Thr (K), Lysbiotinhydrazide (K), MDCC (C), MG-H1 (R), MTSL (C), Maleimide-PEO2-Biotin (C), Malonyl (C), Malonyl (S), Menadione (C), Menadione (K), Menadione-HQ (C), Menadione-HQ (K), MercaptoEthanol (S), MercaptoEthanol (T), Met->Aha (M), Met->Arg (M), Met->Hpg (M), Met->Hse (C-term M), Met->Hsl (C-term M), Met->Ile (M), Met->Leu (M), Met->Lys (M), Met->Thr (M), Met->Val (M), Methyl (C), Methyl (C-term), Methyl (D), Methyl (E), Methyl (H), Methyl (I), Methyl (K), Methyl (L), Methyl (N), Methyl (N-term), Methyl (Q), Methyl (R), Methyl (S), Methyl (T), Methyl+Acetyl:2H(3) (K), Methyl+Deamidated (N), Methyl+Deamidated (Q), Methyl-PEO12-Maleimide (C), Methyl:2H(2) (K), Methyl:2H(3) (C-term), Methyl:2H(3) (D), Methyl:2H(3) (E), Methyl:2H(3)13C(1) (R), Methylamine (S), Methylamine (T), Methylmalonylation (S), Methylphosphonate (S), Methylphosphonate (T), Methylphosphonate (Y), Methylpyrroline (K), Methylthio (C), Methylthio (D), Methylthio (N), Molybdopterin (C), MolybdopterinGD (C), MolybdopterinGD (D), MolybdopterinGD+Delta:S(-1)Se(1) (C), Myristoyl (C), Myristoyl (K), Myristoyl (N-term G), NA-LNO2 (C), NA-LNO2 (H), NA-OA-NO2 (C), NA-OA-NO2 (H), NBS (W), NBS:13C(6) (W), NDA (K), NDA (N-term), NEIAA (C), NEIAA (Y), NEIAA:2H(5) (C), NEIAA:2H(5) (Y), NEM:2H(5) (C), NHS-LC-Biotin (K), NHS-LC-Biotin (N-term), NIC (N-term), NIPCAM (C), NO_SMX_SEMD (C), NO_SMX_SIMD (C), NO_SMX_SMCT (C), Nethylmaleimide (C), Nethylmaleimide+water (C), Nethylmaleimide+water (K), Nitro (W), Nitro (Y), Nitrosyl (C), Nmethylmaleimide (C), Nmethylmaleimide (K), Nmethylmaleimide+water (C), O-Diethylphosphate (C), O-Diethylphosphate (H), O-Diethylphosphate (K), O-Diethylphosphate (S), O-Diethylphosphate (T), O-Diethylphosphate (Y), O-Dimethylphosphate (S), O-Dimethylphosphate (T), O-Dimethylphosphate (Y), O-Ethylphosphate (S), O-Ethylphosphate (T), O-Ethylphosphate (Y), O-Isopropylmethylphosphonate (S), O-Isopropylmethylphosphonate (T), O-Isopropylmethylphosphonate (Y), O-Methylphosphate (S), O-Methylphosphate (T), O-Methylphosphate (Y), O-pinacolylmethylphosphonate (H), O-pinacolylmethylphosphonate (K), O-pinacolylmethylphosphonate (S), O-pinacolylmethylphosphonate (T), O-pinacolylmethylphosphonate (Y), Octanoyl (S), Octanoyl (T), OxArgBiotin (R), OxArgBiotinRed (R), OxLysBiotin (K), OxLysBiotinRed (K), OxProBiotin (P), OxProBiotinRed (P), Oxidation (C), Oxidation (C-term G), Oxidation (D), Oxidation (F), Oxidation (H), Oxidation (K), Oxidation (M), Oxidation (N), Oxidation (P), Oxidation (R), Oxidation (W), Oxidation (Y), PEITC (C), PEITC (K), PEITC (N-term), PEO-Iodoacetyl-LC-Biotin (C), PET (S), PET (T), PGA1-biotin (C), Palmitoleyl (C), Palmitoleyl (S), Palmitoleyl (T), Palmitoyl (C), Palmitoyl (K), Palmitoyl (S), Palmitoyl (T), Pentylamine (Q), PentylamineBiotin (Q), Phe->CamCys (F), Phe->Cys (F), Phe->Ile (F), Phe->Ser (F), Phe->Tyr (F), Phe->Val (F), Phenylisocyanate (N-term), Phenylisocyanate:2H(5) (N-term), Phospho (C), Phospho (D), Phospho (H), Phospho (R), Phospho (S), Phospho (T), Phospho (Y), PhosphoHex (S), PhosphoHexNAc (S), PhosphoUridine (H), PhosphoUridine (Y), Phosphoadenosine (H), Phosphoadenosine (K), Phosphoadenosine (T), Phosphoadenosine (Y), Phosphoguanosine (H), Phosphoguanosine (K), Phosphopantetheine (S), Phosphopropargyl (S), Phosphopropargyl (T), Phosphopropargyl (Y), PhosphoribosyldephosphoCoA (S), Phycocyanobilin (C), Phycoerythrobilin (C), Phytochromobilin (C), Piperidine (K), Piperidine (N-term), Pro->Ala (P), Pro->Arg (P), Pro->Gln (P), Pro->His (P), Pro->Leu (P), Pro->Pyrrolidinone (P), Pro->Pyrrolidone (P), Pro->Ser (P), Pro->Thr (P), Pro->pyro-Glu (P), Propargylamine (C-term), Propargylamine (D), Propargylamine (E), Propionamide (C), Propionamide:2H(3) (C), Propionyl (K), Propionyl (N-term), Propionyl (S), Propionyl:13C(3) (K), Propionyl:13C(3) (N-term), PropylNAGthiazoline (C), Puromycin (C-term), PyMIC (N-term), PyridoxalPhosphate (K), Pyridylacetyl (K), Pyridylacetyl (N-term), Pyridylethyl (C), Pyro-carbamidomethyl (N-term C), PyruvicAcidIminyl (K), QAT (C), QAT:2H(3) (C), QEQTGG (K), QQQTGG (K), Quinone (W), Quinone (Y), RNPXlink1 (C), RNPXlink2 (F), RNPXlink2 (K), RNPXlink2 (L), RNPXlink3 (C), RNPXlink3 (F), RNPXlink4 (C), RNPXlink5 (F), RNPXlink5 (Y), Retinylidene (K), SMA (K), SMA (N-term), SMCC-maleimide (C), SPITC (K), SPITC (N-term), SPITC:13C(6) (K), SPITC:13C(6) (N-term), SUMO2135 (K), SUMO3549 (K), Ser->Ala (S), Ser->Arg (S), Ser->Asn (S), Ser->Cys (S), Ser->Gly (S), Ser->Ile (S), Ser->Phe (S), Ser->Pro (S), Ser->Thr (S), Ser->Trp (S), Ser->Tyr (S), Succinyl (K), Succinyl (N-term), Succinyl:13C(4) (K), Succinyl:13C(4) (N-term), Succinyl:2H(4) (K), Succinyl:2H(4) (N-term), SulfanilicAcid (C-term), SulfanilicAcid (D), SulfanilicAcid (E), SulfanilicAcid:13C(6) (C-term), SulfanilicAcid:13C(6) (D), SulfanilicAcid:13C(6) (E), Sulfide (C), Sulfide (D), Sulfo (C), Sulfo (S), Sulfo (T), Sulfo (Y), Sulfo-NHS-LC-LC-Biotin (K), Sulfo-NHS-LC-LC-Biotin (N-term), SulfoGMBS (C), TMAB (K), TMAB (N-term), TMAB:2H(9) (K), TMAB:2H(9) (N-term), TMPP-Ac (N-term), TMT (K), TMT (N-term), TMT2plex (K), TMT2plex (N-term), TMT6plex (K), TMT6plex (N-term), TNBS (K), TNBS (N-term), Thioacyl (K), Thioacyl (N-term), Thiophos-S-S-biotin (S), Thiophos-S-S-biotin (T), Thiophos-S-S-biotin (Y), Thiophospho (S), Thiophospho (T), Thiophospho (Y), Thr->Ala (T), Thr->Arg (T), Thr->Asn (T), Thr->Ile (T), Thr->Lys (T), Thr->Met (T), Thr->Pro (T), Thr->Ser (T), Thrbiotinhydrazide (T), Thyroxine (Y), Triiodo (Y), Triiodothyronine (Y), Trimethyl (K), Trimethyl (R), Trioxidation (C), Trp->Arg (W), Trp->Cys (W), Trp->Gly (W), Trp->Hydroxykynurenin (W), Trp->Kynurenin (W), Trp->Leu (W), Trp->Oxolactone (W), Trp->Ser (W), Tyr->Asn (Y), Tyr->Asp (Y), Tyr->Cys (Y), Tyr->Dha (Y), Tyr->His (Y), Tyr->Phe (Y), Tyr->Ser (Y), VFQQQTGG (K), VIEVYQEQTGG (K), Val->Ala (V), Val->Asp (V), Val->Glu (V), Val->Gly (V), Val->Ile (V), Val->Met (V), Val->Phe (V), Xlink:B10621 (C), Xlink:DMP (K), Xlink:DMP-s (K), Xlink:SSD (K), ZGB (K), ZGB (N-term), a-type-ion (C-term), cGMP (C), cGMP (S), cGMP+RMP-loss (C), cGMP+RMP-loss (S), cysTMT (C), cysTMT6plex (C), dHex (S), dHex (T), dHex(1)Hex(3)HexNAc(4) (N), dHex(1)Hex(4)HexNAc(4) (N), dHex(1)Hex(5)HexNAc(4) (N), dNIC (N-term), dichlorination (Y), ethylamino (S), ethylamino (T), glucosone (R), iTRAQ4plex (K), iTRAQ4plex (N-term), iTRAQ4plex (Y), iTRAQ4plex114 (K), iTRAQ4plex114 (N-term), iTRAQ4plex114 (Y), iTRAQ4plex115 (K), iTRAQ4plex115 (N-term), iTRAQ4plex115 (Y), iTRAQ8plex (K), iTRAQ8plex (N-term), iTRAQ8plex (Y), iTRAQ8plex:13C(6)15N(2) (K), iTRAQ8plex:13C(6)15N(2) (N-term), iTRAQ8plex:13C(6)15N(2) (Y), lapachenole (C), mTRAQ (K), mTRAQ (N-term), mTRAQ (Y), mTRAQ:13C(3)15N(1) (K), mTRAQ:13C(3)15N(1) (N-term), mTRAQ:13C(3)15N(1) (Y), maleimide (C), maleimide (K), maleimide3 (C), maleimide3 (K), maleimide5 (C), maleimide5 (K), probiotinhydrazide (P), pyrophospho (S), pyrophospho (T), sulfo+amino (Y), thioacylPA (K), trifluoro (L)</td><td style="vertical-align:top">List of fixed modifications, according to UniMod definitions.</td>
</tr>
<tr>
<td style="vertical-align:top"><b>variable_modifications</b></td>
<td style="vertical-align:top">string list</td><td style="vertical-align:top">[]</td>
<td style="vertical-align:top">15dB-biotin (C), 2-succinyl (C), 2HPG (R), 3-deoxyglucosone (R), 3sulfo (N-term), 4-ONE (C), 4-ONE (H), 4-ONE (K), 4-ONE+Delta:H(-2)O(-1) (C), 4-ONE+Delta:H(-2)O(-1) (H), 4-ONE+Delta:H(-2)O(-1) (K), 4AcAllylGal (C), ADP-Ribosyl (C), ADP-Ribosyl (E), ADP-Ribosyl (N), ADP-Ribosyl (R), ADP-Ribosyl (S), AEBS (H), AEBS (K), AEBS (S), AEBS (Y), AEC-MAEC (S), AEC-MAEC (T), AEC-MAEC:2H(4) (S), AEC-MAEC:2H(4) (T), AROD (C), AccQTag (K), AccQTag (N-term), Acetyl (C), Acetyl (H), Acetyl (K), Acetyl (N-term), Acetyl (S), Acetyl (T), Acetyl (Y), Acetyl:2H(3) (K), Acetyl:2H(3) (N-term), Ala->Asp (A), Ala->Glu (A), Ala->Gly (A), Ala->Pro (A), Ala->Ser (A), Ala->Thr (A), Ala->Val (A), Amidated (C-term), Amidine (K), Amidine (N-term), Amidino (C), Amino (Y), Ammonia-loss (N), Ammonia-loss (N-term C), Ammonium (C-term), Ammonium (D), Ammonium (E), Archaeol (C), Arg->Cys (R), Arg->Gln (R), Arg->GluSA (R), Arg->Gly (R), Arg->His (R), Arg->Ile (R), Arg->Lys (R), Arg->Met (R), Arg->Npo (R), Arg->Orn (R), Arg->Pro (R), Arg->Ser (R), Arg->Thr (R), Arg->Trp (R), Arg2PG (R), Argbiotinhydrazide (R), Asn->Asp (N), Asn->His (N), Asn->Ile (N), Asn->Lys (N), Asn->Ser (N), Asn->Thr (N), Asn->Tyr (N), Asp->Ala (D), Asp->Asn (D), Asp->Glu (D), Asp->Gly (D), Asp->His (D), Asp->Tyr (D), Asp->Val (D), Atto495Maleimide (C), BADGE (C), BDMAPP (H), BDMAPP (K), BDMAPP (W), BDMAPP (Y), BHAc (K), BHT (C), BHT (H), BHT (K), BHTOH (C), BHTOH (H), BHTOH (K), BITC (C), BITC (K), BITC (N-term), BMOE (C), Bacillosamine (N), Benzoyl (K), Benzoyl (N-term), Biotin (K), Biotin (N-term), Biotin-HPDP (C), Biotin-PEG-PRA (M), Biotin-PEO-Amine (D), Biotin-PEO-Amine (E), Biotin-PEO4-hydrazide (C-term), Biotin-maleimide (C), Biotin-phenacyl (C), Biotin-phenacyl (H), Biotin-phenacyl (S), BisANS (K), Bodipy (C), Bromo (F), Bromo (H), Bromo (W), Bromobimane (C), C8-QAT (K), C8-QAT (N-term), CAF (N-term), CAMthiopropanoyl (K), CHDH (D), CLIP_TRAQ_1 (K), CLIP_TRAQ_1 (N-term), CLIP_TRAQ_1 (Y), CLIP_TRAQ_2 (K), CLIP_TRAQ_2 (N-term), CLIP_TRAQ_2 (Y), CLIP_TRAQ_3 (K), CLIP_TRAQ_3 (N-term), CLIP_TRAQ_3 (Y), CLIP_TRAQ_4 (K), CLIP_TRAQ_4 (N-term), CLIP_TRAQ_4 (Y), Can-FP-biotin (S), Can-FP-biotin (T), Can-FP-biotin (Y), Carbamidomethyl (C), Carbamidomethyl (D), Carbamidomethyl (E), Carbamidomethyl (H), Carbamidomethyl (K), Carbamidomethyl (N-term), CarbamidomethylDTT (C), Carbamyl (C), Carbamyl (K), Carbamyl (M), Carbamyl (N-term), Carbamyl (R), Carbamyl (S), Carbamyl (T), Carbamyl (Y), Carbofuran (S), Carboxy (D), Carboxy (E), Carboxy (K), Carboxy (W), Carboxyethyl (K), Carboxymethyl (C), Carboxymethyl (K), Carboxymethyl (N-term), Carboxymethyl (W), Carboxymethyl:13C(2) (C), CarboxymethylDTT (C), Cation:Ag (C-term), Cation:Ag (D), Cation:Ag (E), Cation:Ca[II] (C-term), Cation:Ca[II] (D), Cation:Ca[II] (E), Cation:Cu[I] (C-term), Cation:Cu[I] (D), Cation:Cu[I] (E), Cation:Fe[II] (C-term), Cation:Fe[II] (D), Cation:Fe[II] (E), Cation:K (C-term), Cation:K (D), Cation:K (E), Cation:Li (C-term), Cation:Li (D), Cation:Li (E), Cation:Mg[II] (C-term), Cation:Mg[II] (D), Cation:Mg[II] (E), Cation:Na (C-term), Cation:Na (D), Cation:Na (E), Cation:Ni[II] (C-term), Cation:Ni[II] (D), Cation:Ni[II] (E), Cation:Zn[II] (C-term), Cation:Zn[II] (D), Cation:Zn[II] (E), Chlorination (Y), Chlorpyrifos (S), Chlorpyrifos (T), Chlorpyrifos (Y), ChromoBiotin (K), CoenzymeA (C), Crotonaldehyde (C), Crotonaldehyde (H), Crotonaldehyde (K), CuSMo (C), Cy3b-maleimide (C), CyDye-Cy3 (C), CyDye-Cy5 (C), Cyano (C), Cys->Arg (C), Cys->Dha (C), Cys->Gly (C), Cys->Oxoalanine (C), Cys->Phe (C), Cys->Ser (C), Cys->Trp (C), Cys->Tyr (C), Cys->ethylaminoAla (C), Cys->methylaminoAla (C), Cysteinyl (C), Cytopiloyne (C), Cytopiloyne (K), Cytopiloyne (N-term), Cytopiloyne (P), Cytopiloyne (R), Cytopiloyne (S), Cytopiloyne (Y), Cytopiloyne+water (C), Cytopiloyne+water (K), Cytopiloyne+water (N-term), Cytopiloyne+water (R), Cytopiloyne+water (S), Cytopiloyne+water (T), Cytopiloyne+water (Y), DAET (S), DAET (T), DFDNB (K), DFDNB (N), DFDNB (Q), DFDNB (R), DHP (C), DNPS (C), DNPS (W), DTBP (K), DTBP (N), DTBP (Q), DTBP (R), DTT_C (C), DTT_C:2H(6) (C), DTT_ST (S), DTT_ST (T), DTT_ST:2H(6) (S), DTT_ST:2H(6) (T), Dansyl (K), Dansyl (N-term), DeStreak (C), Deamidated (N), Deamidated (Q), Deamidated (R), Deamidated:18O(1) (N), Deamidated:18O(1) (Q), Decanoyl (S), Decanoyl (T), Dehydrated (D), Dehydrated (N-term C), Dehydrated (S), Dehydrated (T), Dehydrated (Y), Dehydro (C), Delta:H(1)O(-1)18O(1) (N), Delta:H(2)C(2) (H), Delta:H(2)C(2) (K), Delta:H(2)C(3) (K), Delta:H(2)C(3)O(1) (K), Delta:H(2)C(3)O(1) (R), Delta:H(2)C(5) (K), Delta:H(4)C(2) (H), Delta:H(4)C(2) (K), Delta:H(4)C(2)O(-1)S(1) (S), Delta:H(4)C(3) (H), Delta:H(4)C(3) (K), Delta:H(4)C(3)O(1) (C), Delta:H(4)C(3)O(1) (H), Delta:H(4)C(3)O(1) (K), Delta:H(4)C(6) (K), Delta:H(5)C(2) (P), Delta:H(6)C(6)O(1) (K), Delta:H(8)C(6)O(2) (K), Delta:Hg(1) (C), Delta:S(-1)Se(1) (C), Delta:S(-1)Se(1) (M), Delta:Se(1) (C), Deoxy (D), Deoxy (S), Deoxy (T), Dethiomethyl (M), Diacylglycerol (C), Dibromo (Y), Didehydro (C-term K), Didehydro (S), Didehydro (T), Didehydro (Y), Didehydroretinylidene (K), Diethyl (K), Diethyl (N-term), Dihydroxyimidazolidine (R), Diiodo (Y), Diironsubcluster (C), Diisopropylphosphate (K), Diisopropylphosphate (S), Diisopropylphosphate (T), Diisopropylphosphate (Y), Dimethyl (K), Dimethyl (N), Dimethyl (N-term), Dimethyl (R), Dimethyl:2H(4) (K), Dimethyl:2H(4) (N-term), Dimethyl:2H(4)13C(2) (K), Dimethyl:2H(4)13C(2) (N-term), Dimethyl:2H(6)13C(2) (K), Dimethyl:2H(6)13C(2) (N-term), Dimethyl:2H(6)13C(2) (R), DimethylArsino (C), DimethylamineGMBS (C), DimethylpyrroleAdduct (K), Dioxidation (C), Dioxidation (F), Dioxidation (K), Dioxidation (M), Dioxidation (P), Dioxidation (R), Dioxidation (W), Dioxidation (Y), Diphthamide (H), Dipyrrolylmethanemethyl (C), DyLight-maleimide (C), EDT-iodoacetyl-PEO-biotin (S), EDT-iodoacetyl-PEO-biotin (T), EDT-maleimide-PEO-biotin (S), EDT-maleimide-PEO-biotin (T), EQAT (C), EQAT:2H(5) (C), EQIGG (K), ESP (K), ESP (N-term), ESP:2H(10) (K), ESP:2H(10) (N-term), Ethanedithiol (S), Ethanedithiol (T), Ethanolamine (C-term), Ethanolamine (D), Ethanolamine (E), Ethanolyl (C), Ethanolyl (K), Ethanolyl (R), Ethoxyformyl (H), Ethyl (C-term), Ethyl (D), Ethyl (E), Ethyl (K), Ethyl (N-term), EthylAmide (N), EthylAmide (Q), ExacTagAmine (K), ExacTagThiol (C), FAD (C), FAD (H), FAD (Y), FMN (S), FMN (T), FMNC (C), FMNH (C), FMNH (H), FNEM (C), FP-Biotin (K), FP-Biotin (S), FP-Biotin (T), FP-Biotin (Y), FTC (C), FTC (K), FTC (P), FTC (R), FTC (S), Farnesyl (C), Fluorescein (C), Fluoro (F), Fluoro (W), Fluoro (Y), Formyl (K), Formyl (N-term), Formyl (S), Formyl (T), G-H1 (R), GIST-Quat (K), GIST-Quat (N-term), GIST-Quat:2H(3) (K), GIST-Quat:2H(3) (N-term), GIST-Quat:2H(6) (K), GIST-Quat:2H(6) (N-term), GIST-Quat:2H(9) (K), GIST-Quat:2H(9) (N-term), GalNAzBiotin (N), GalNAzBiotin (S), GalNAzBiotin (T), Galactosyl (K), GeranylGeranyl (C), Gln->Arg (Q), Gln->Glu (Q), Gln->His (Q), Gln->Leu (Q), Gln->Lys (Q), Gln->Pro (Q), Gln->pyro-Glu (N-term Q), Glu (E), Glu->Ala (E), Glu->Asp (E), Glu->Gln (E), Glu->Gly (E), Glu->Lys (E), Glu->Val (E), Glu->pyro-Glu (N-term E), GluGlu (E), GluGluGlu (E), GluGluGluGlu (E), Glucosylgalactosyl (K), Glucuronyl (S), Glutathione (C), Gly->Ala (G), Gly->Arg (G), Gly->Asp (G), Gly->Cys (G), Gly->Glu (G), Gly->Ser (G), Gly->Trp (G), Gly->Val (G), Gly-loss+Amide (C-term G), GlyGly (C), GlyGly (K), GlyGly (S), GlyGly (T), Glycerophospho (S), GlycerylPE (E), Glycosyl (P), Guanidinyl (K), HMVK (C), HNE (C), HNE (H), HNE (K), HNE+Delta:H(2) (C), HNE+Delta:H(2) (H), HNE+Delta:H(2) (K), HNE-BAHAH (C), HNE-BAHAH (H), HNE-BAHAH (K), HNE-Delta:H(2)O (C), HNE-Delta:H(2)O (H), HNE-Delta:H(2)O (K), HPG (R), Heme (C), Heme (H), Hep (K), Hep (N), Hep (Q), Hep (R), Hep (S), Hep (T), Hex (C), Hex (K), Hex (N), Hex (N-term), Hex (R), Hex (T), Hex (W), Hex (Y), Hex(1)HexNAc(1)NeuAc(1) (N), Hex(1)HexNAc(1)NeuAc(1) (S), Hex(1)HexNAc(1)NeuAc(1) (T), Hex(1)HexNAc(1)NeuAc(2) (N), Hex(1)HexNAc(1)NeuAc(2) (S), Hex(1)HexNAc(1)NeuAc(2) (T), Hex(1)HexNAc(1)dHex(1) (N), Hex(1)HexNAc(2) (N), Hex(1)HexNAc(2)Pent(1) (N), Hex(1)HexNAc(2)dHex(1) (N), Hex(1)HexNAc(2)dHex(1)Pent(1) (N), Hex(1)HexNAc(2)dHex(2) (N), Hex(2) (K), Hex(2) (R), Hex(2)HexNAc(2) (N), Hex(2)HexNAc(2)Pent(1) (N), Hex(2)HexNAc(2)dHex(1) (N), Hex(3) (N), Hex(3)HexNAc(1)Pent(1) (N), Hex(3)HexNAc(2) (N), Hex(3)HexNAc(2)P(1) (N), Hex(3)HexNAc(4) (N), Hex(4)HexNAc(4) (N), Hex(5)HexNAc(2) (N), Hex(5)HexNAc(4) (N), Hex1HexNAc1 (S), Hex1HexNAc1 (T), HexN (K), HexN (N), HexN (T), HexN (W), HexNAc (N), HexNAc (S), HexNAc (T), HexNAc(1)dHex(1) (N), HexNAc(1)dHex(2) (N), HexNAc(2) (N), HexNAc(2)dHex(1) (N), HexNAc(2)dHex(2) (N), His->Arg (H), His->Asn (H), His->Asp (H), His->Gln (H), His->Leu (H), His->Pro (H), His->Tyr (H), Hydroxycinnamyl (C), Hydroxyfarnesyl (C), Hydroxyheme (E), Hydroxymethyl (N), HydroxymethylOP (K), Hydroxytrimethyl (K), Hypusine (K), IBTP (C), ICAT-C (C), ICAT-C:13C(9) (C), ICAT-D (C), ICAT-D:2H(8) (C), ICAT-G (C), ICAT-G:2H(8) (C), ICAT-H (C), ICAT-H:13C(6) (C), ICPL (K), ICPL (N-term), ICPL:13C(6) (K), ICPL:13C(6) (N-term), ICPL:13C(6)2H(4) (K), ICPL:13C(6)2H(4) (N-term), ICPL:2H(4) (K), ICPL:2H(4) (N-term), IDEnT (C), IED-Biotin (C), IGBP (C), IGBP:13C(2) (C), IMID (K), IMID:2H(4) (K), ISD_z+2_ion (N-term), Ile->Arg (I), Ile->Asn (I), Ile->Lys (I), Ile->Met (I), Ile->Phe (I), Ile->Ser (I), Ile->Thr (I), Ile->Val (I), Iminobiotin (K), Iminobiotin (N-term), Iodo (H), Iodo (Y), IodoU-AMP (F), IodoU-AMP (W), IodoU-AMP (Y), Isopropylphospho (S), Isopropylphospho (T), Isopropylphospho (Y), LG-Hlactam-K (K), LG-Hlactam-R (R), LG-anhydrolactam (K), LG-anhydrolactam (N-term), LG-anhyropyrrole (K), LG-anhyropyrrole (N-term), LG-lactam-K (K), LG-lactam-R (R), LG-pyrrole (K), LG-pyrrole (N-term), Label:13C(1)2H(3) (M), Label:13C(1)2H(3)+Oxidation (M), Label:13C(4)15N(2)+GlyGly (K), Label:13C(5) (P), Label:13C(5)15N(1) (M), Label:13C(5)15N(1) (P), Label:13C(5)15N(1) (V), Label:13C(6) (I), Label:13C(6) (K), Label:13C(6) (L), Label:13C(6) (R), Label:13C(6)+Acetyl (K), Label:13C(6)+Dimethyl (K), Label:13C(6)+GlyGly (K), Label:13C(6)15N(1) (I), Label:13C(6)15N(1) (L), Label:13C(6)15N(2) (K), Label:13C(6)15N(2)+Acetyl (K), Label:13C(6)15N(2)+Dimethyl (K), Label:13C(6)15N(2)+GlyGly (K), Label:13C(6)15N(4) (R), Label:13C(8)15N(2) (R), Label:13C(9) (F), Label:13C(9) (Y), Label:13C(9)+Phospho (Y), Label:13C(9)15N(1) (F), Label:15N(1) (A), Label:15N(1) (C), Label:15N(1) (D), Label:15N(1) (E), Label:15N(1) (F), Label:15N(1) (G), Label:15N(1) (I), Label:15N(1) (L), Label:15N(1) (M), Label:15N(1) (P), Label:15N(1) (S), Label:15N(1) (T), Label:15N(1) (V), Label:15N(1) (Y), Label:15N(2) (K), Label:15N(2) (N), Label:15N(2) (Q), Label:15N(2) (W), Label:15N(2)2H(9) (K), Label:15N(3) (H), Label:15N(4) (R), Label:18O(1) (C-term), Label:18O(1) (S), Label:18O(1) (T), Label:18O(1) (Y), Label:18O(2) (C-term), Label:2H(3) (L), Label:2H(4) (F), Label:2H(4) (K), Label:2H(4) (Y), Label:2H(4)+Acetyl (K), Label:2H(4)+GlyGly (K), Label:2H(9)13C(6)15N(2) (K), Leu->Arg (L), Leu->Gln (L), Leu->His (L), Leu->Met (L), Leu->MetOx (L), Leu->Phe (L), Leu->Pro (L), Leu->Ser (L), Leu->Trp (L), Leu->Val (L), LeuArgGlyGly (K), Lipoyl (K), Lys->Allysine (K), Lys->AminoadipicAcid (K), Lys->Arg (K), Lys->Asn (K), Lys->CamCys (K), Lys->Gln (K), Lys->Glu (K), Lys->Ile (K), Lys->Met (K), Lys->MetOx (K), Lys->Thr (K), Lysbiotinhydrazide (K), MDCC (C), MG-H1 (R), MTSL (C), Maleimide-PEO2-Biotin (C), Malonyl (C), Malonyl (S), Menadione (C), Menadione (K), Menadione-HQ (C), Menadione-HQ (K), MercaptoEthanol (S), MercaptoEthanol (T), Met->Aha (M), Met->Arg (M), Met->Hpg (M), Met->Hse (C-term M), Met->Hsl (C-term M), Met->Ile (M), Met->Leu (M), Met->Lys (M), Met->Thr (M), Met->Val (M), Methyl (C), Methyl (C-term), Methyl (D), Methyl (E), Methyl (H), Methyl (I), Methyl (K), Methyl (L), Methyl (N), Methyl (N-term), Methyl (Q), Methyl (R), Methyl (S), Methyl (T), Methyl+Acetyl:2H(3) (K), Methyl+Deamidated (N), Methyl+Deamidated (Q), Methyl-PEO12-Maleimide (C), Methyl:2H(2) (K), Methyl:2H(3) (C-term), Methyl:2H(3) (D), Methyl:2H(3) (E), Methyl:2H(3)13C(1) (R), Methylamine (S), Methylamine (T), Methylmalonylation (S), Methylphosphonate (S), Methylphosphonate (T), Methylphosphonate (Y), Methylpyrroline (K), Methylthio (C), Methylthio (D), Methylthio (N), Molybdopterin (C), MolybdopterinGD (C), MolybdopterinGD (D), MolybdopterinGD+Delta:S(-1)Se(1) (C), Myristoyl (C), Myristoyl (K), Myristoyl (N-term G), NA-LNO2 (C), NA-LNO2 (H), NA-OA-NO2 (C), NA-OA-NO2 (H), NBS (W), NBS:13C(6) (W), NDA (K), NDA (N-term), NEIAA (C), NEIAA (Y), NEIAA:2H(5) (C), NEIAA:2H(5) (Y), NEM:2H(5) (C), NHS-LC-Biotin (K), NHS-LC-Biotin (N-term), NIC (N-term), NIPCAM (C), NO_SMX_SEMD (C), NO_SMX_SIMD (C), NO_SMX_SMCT (C), Nethylmaleimide (C), Nethylmaleimide+water (C), Nethylmaleimide+water (K), Nitro (W), Nitro (Y), Nitrosyl (C), Nmethylmaleimide (C), Nmethylmaleimide (K), Nmethylmaleimide+water (C), O-Diethylphosphate (C), O-Diethylphosphate (H), O-Diethylphosphate (K), O-Diethylphosphate (S), O-Diethylphosphate (T), O-Diethylphosphate (Y), O-Dimethylphosphate (S), O-Dimethylphosphate (T), O-Dimethylphosphate (Y), O-Ethylphosphate (S), O-Ethylphosphate (T), O-Ethylphosphate (Y), O-Isopropylmethylphosphonate (S), O-Isopropylmethylphosphonate (T), O-Isopropylmethylphosphonate (Y), O-Methylphosphate (S), O-Methylphosphate (T), O-Methylphosphate (Y), O-pinacolylmethylphosphonate (H), O-pinacolylmethylphosphonate (K), O-pinacolylmethylphosphonate (S), O-pinacolylmethylphosphonate (T), O-pinacolylmethylphosphonate (Y), Octanoyl (S), Octanoyl (T), OxArgBiotin (R), OxArgBiotinRed (R), OxLysBiotin (K), OxLysBiotinRed (K), OxProBiotin (P), OxProBiotinRed (P), Oxidation (C), Oxidation (C-term G), Oxidation (D), Oxidation (F), Oxidation (H), Oxidation (K), Oxidation (M), Oxidation (N), Oxidation (P), Oxidation (R), Oxidation (W), Oxidation (Y), PEITC (C), PEITC (K), PEITC (N-term), PEO-Iodoacetyl-LC-Biotin (C), PET (S), PET (T), PGA1-biotin (C), Palmitoleyl (C), Palmitoleyl (S), Palmitoleyl (T), Palmitoyl (C), Palmitoyl (K), Palmitoyl (S), Palmitoyl (T), Pentylamine (Q), PentylamineBiotin (Q), Phe->CamCys (F), Phe->Cys (F), Phe->Ile (F), Phe->Ser (F), Phe->Tyr (F), Phe->Val (F), Phenylisocyanate (N-term), Phenylisocyanate:2H(5) (N-term), Phospho (C), Phospho (D), Phospho (H), Phospho (R), Phospho (S), Phospho (T), Phospho (Y), PhosphoHex (S), PhosphoHexNAc (S), PhosphoUridine (H), PhosphoUridine (Y), Phosphoadenosine (H), Phosphoadenosine (K), Phosphoadenosine (T), Phosphoadenosine (Y), Phosphoguanosine (H), Phosphoguanosine (K), Phosphopantetheine (S), Phosphopropargyl (S), Phosphopropargyl (T), Phosphopropargyl (Y), PhosphoribosyldephosphoCoA (S), Phycocyanobilin (C), Phycoerythrobilin (C), Phytochromobilin (C), Piperidine (K), Piperidine (N-term), Pro->Ala (P), Pro->Arg (P), Pro->Gln (P), Pro->His (P), Pro->Leu (P), Pro->Pyrrolidinone (P), Pro->Pyrrolidone (P), Pro->Ser (P), Pro->Thr (P), Pro->pyro-Glu (P), Propargylamine (C-term), Propargylamine (D), Propargylamine (E), Propionamide (C), Propionamide:2H(3) (C), Propionyl (K), Propionyl (N-term), Propionyl (S), Propionyl:13C(3) (K), Propionyl:13C(3) (N-term), PropylNAGthiazoline (C), Puromycin (C-term), PyMIC (N-term), PyridoxalPhosphate (K), Pyridylacetyl (K), Pyridylacetyl (N-term), Pyridylethyl (C), Pyro-carbamidomethyl (N-term C), PyruvicAcidIminyl (K), QAT (C), QAT:2H(3) (C), QEQTGG (K), QQQTGG (K), Quinone (W), Quinone (Y), RNPXlink1 (C), RNPXlink2 (F), RNPXlink2 (K), RNPXlink2 (L), RNPXlink3 (C), RNPXlink3 (F), RNPXlink4 (C), RNPXlink5 (F), RNPXlink5 (Y), Retinylidene (K), SMA (K), SMA (N-term), SMCC-maleimide (C), SPITC (K), SPITC (N-term), SPITC:13C(6) (K), SPITC:13C(6) (N-term), SUMO2135 (K), SUMO3549 (K), Ser->Ala (S), Ser->Arg (S), Ser->Asn (S), Ser->Cys (S), Ser->Gly (S), Ser->Ile (S), Ser->Phe (S), Ser->Pro (S), Ser->Thr (S), Ser->Trp (S), Ser->Tyr (S), Succinyl (K), Succinyl (N-term), Succinyl:13C(4) (K), Succinyl:13C(4) (N-term), Succinyl:2H(4) (K), Succinyl:2H(4) (N-term), SulfanilicAcid (C-term), SulfanilicAcid (D), SulfanilicAcid (E), SulfanilicAcid:13C(6) (C-term), SulfanilicAcid:13C(6) (D), SulfanilicAcid:13C(6) (E), Sulfide (C), Sulfide (D), Sulfo (C), Sulfo (S), Sulfo (T), Sulfo (Y), Sulfo-NHS-LC-LC-Biotin (K), Sulfo-NHS-LC-LC-Biotin (N-term), SulfoGMBS (C), TMAB (K), TMAB (N-term), TMAB:2H(9) (K), TMAB:2H(9) (N-term), TMPP-Ac (N-term), TMT (K), TMT (N-term), TMT2plex (K), TMT2plex (N-term), TMT6plex (K), TMT6plex (N-term), TNBS (K), TNBS (N-term), Thioacyl (K), Thioacyl (N-term), Thiophos-S-S-biotin (S), Thiophos-S-S-biotin (T), Thiophos-S-S-biotin (Y), Thiophospho (S), Thiophospho (T), Thiophospho (Y), Thr->Ala (T), Thr->Arg (T), Thr->Asn (T), Thr->Ile (T), Thr->Lys (T), Thr->Met (T), Thr->Pro (T), Thr->Ser (T), Thrbiotinhydrazide (T), Thyroxine (Y), Triiodo (Y), Triiodothyronine (Y), Trimethyl (K), Trimethyl (R), Trioxidation (C), Trp->Arg (W), Trp->Cys (W), Trp->Gly (W), Trp->Hydroxykynurenin (W), Trp->Kynurenin (W), Trp->Leu (W), Trp->Oxolactone (W), Trp->Ser (W), Tyr->Asn (Y), Tyr->Asp (Y), Tyr->Cys (Y), Tyr->Dha (Y), Tyr->His (Y), Tyr->Phe (Y), Tyr->Ser (Y), VFQQQTGG (K), VIEVYQEQTGG (K), Val->Ala (V), Val->Asp (V), Val->Glu (V), Val->Gly (V), Val->Ile (V), Val->Met (V), Val->Phe (V), Xlink:B10621 (C), Xlink:DMP (K), Xlink:DMP-s (K), Xlink:SSD (K), ZGB (K), ZGB (N-term), a-type-ion (C-term), cGMP (C), cGMP (S), cGMP+RMP-loss (C), cGMP+RMP-loss (S), cysTMT (C), cysTMT6plex (C), dHex (S), dHex (T), dHex(1)Hex(3)HexNAc(4) (N), dHex(1)Hex(4)HexNAc(4) (N), dHex(1)Hex(5)HexNAc(4) (N), dNIC (N-term), dichlorination (Y), ethylamino (S), ethylamino (T), glucosone (R), iTRAQ4plex (K), iTRAQ4plex (N-term), iTRAQ4plex (Y), iTRAQ4plex114 (K), iTRAQ4plex114 (N-term), iTRAQ4plex114 (Y), iTRAQ4plex115 (K), iTRAQ4plex115 (N-term), iTRAQ4plex115 (Y), iTRAQ8plex (K), iTRAQ8plex (N-term), iTRAQ8plex (Y), iTRAQ8plex:13C(6)15N(2) (K), iTRAQ8plex:13C(6)15N(2) (N-term), iTRAQ8plex:13C(6)15N(2) (Y), lapachenole (C), mTRAQ (K), mTRAQ (N-term), mTRAQ (Y), mTRAQ:13C(3)15N(1) (K), mTRAQ:13C(3)15N(1) (N-term), mTRAQ:13C(3)15N(1) (Y), maleimide (C), maleimide (K), maleimide3 (C), maleimide3 (K), maleimide5 (C), maleimide5 (K), probiotinhydrazide (P), pyrophospho (S), pyrophospho (T), sulfo+amino (Y), thioacylPA (K), trifluoro (L)</td><td style="vertical-align:top">Variable modifications given as UniMod definitions.</td>
</tr>
<tr>
<td style="vertical-align:top"><b>mass_type</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">monoisotopic</td>
<td style="vertical-align:top">monoisotopic, average</td><td style="vertical-align:top">Defines the mass type, either monoisotopic or average</td>
</tr>
<tr>
<td style="vertical-align:top"><b>number_of_hits</b></td>
<td style="vertical-align:top">int</td><td style="vertical-align:top">0</td>
<td style="vertical-align:top">min: 0</td><td style="vertical-align:top">Number of hits which should be returned, if 0 AUTO mode is enabled.</td>
</tr>
<tr>
<td style="vertical-align:top"><b>skip_spectrum_charges</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">false</td>
<td style="vertical-align:top">true, false</td><td style="vertical-align:top">Sometimes precursor charges are given for each spectrum but are wrong, setting this to 'true' does not write any charge information to the spectrum, the general charge information is however kept.</td>
</tr>
<tr>
<td style="vertical-align:top"><i>search_title</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">OpenMS_search</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Sets the title of the search.</td>
</tr>
<tr>
<td style="vertical-align:top"><i>username</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">OpenMS</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Sets the username which is mentioned in the results file.</td>
</tr>
<tr>
<td style="vertical-align:top"><b>email</b></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top"></td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">Sets the email which is mentioned in the results file. Note: Some server require that a proper email is provided.</td>
</tr>
<tr>
<td style="vertical-align:top"><i>internal:format</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">Mascot generic</td>
<td style="vertical-align:top">Mascot generic, mzData (.XML), mzML (.mzML)</td><td style="vertical-align:top">Sets the format type of the peak list, this should not be changed unless you write the header only.</td>
</tr>
<tr>
<td style="vertical-align:top"><i>internal:boundary</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">GZWgAaYKjHFeUaLOLEIOMq</td>
<td style="vertical-align:top"> </td><td style="vertical-align:top">MIME boundary for parameter header (if using HTTP format)</td>
</tr>
<tr>
<td style="vertical-align:top"><i>internal:HTTP_format</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">false</td>
<td style="vertical-align:top">true, false</td><td style="vertical-align:top">Write header with MIME boundaries instead of simple key-value pairs. For HTTP submission only.</td>
</tr>
<tr>
<td style="vertical-align:top"><i>internal:content</i></td>
<td style="vertical-align:top">string</td><td style="vertical-align:top">all</td>
<td style="vertical-align:top">all, peaklist_only, header_only</td><td style="vertical-align:top">Use parameter header + the peak lists with BEGIN IONS... or only one of them.</td>
</tr>
</table>
<br>
<b>Note:</b>
<UL style="margin-top:0px;">
<LI> If a section name is documented, the documentation is displayed as tooltip.
<LI> Advanced parameter names are italic.
</UL>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="aec04be2150cd021ff95ef8f552ff3ab2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOpenMS_1_1MascotGenericFile.html">MascotGenericFile</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>constructor </p>
</div>
</div>
<a class="anchor" id="af59f0c763a3e8d291fe513abfa55e165"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual ~<a class="el" href="classOpenMS_1_1MascotGenericFile.html">MascotGenericFile</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>constructor </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a90b0104ab4ee3f6f9aa37426f290b229"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::pair<<a class="el" href="classOpenMS_1_1String.html">String</a>, <a class="el" href="classOpenMS_1_1String.html">String</a>> getHTTPPeakListEnclosure </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>enclosing Strings of the peak list body for HTTP submission </p>
<p>Can be used to embed custom content into HTTP submission (when writing only the MGF header in HTTP format and then adding the peaks (in whatever format, e.g. mzXML) enclosed in this body. The <code>filename</code> can later be found in the Mascot response. </p>
</div>
</div>
<a class="anchor" id="a35053695b08d2c91e3badff54851dade"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool getNextSpectrum_ </td>
<td>(</td>
<td class="paramtype">std::istream & </td>
<td class="paramname"><em>is</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::vector< std::pair< <a class="el" href="classOpenMS_1_1String.html">String</a>, <a class="el" href="classOpenMS_1_1String.html">String</a> > > & </td>
<td class="paramname"><em>spectrum</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__Concept.html#gaba0996d26f7be2572973245b51852757">UInt</a> & </td>
<td class="paramname"><em>charge</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classdouble.html">double</a> & </td>
<td class="paramname"><em>precursor_mz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classdouble.html">double</a> & </td>
<td class="paramname"><em>precursor_int</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classdouble.html">double</a> & </td>
<td class="paramname"><em>rt</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>title</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="group__Concept.html#gaf9ecec2d692138fab9167164a457cbd4">Size</a> & </td>
<td class="paramname"><em>line_number</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>reads a spectrum block, the section between 'BEGIN IONS' and 'END IONS' of a mgf file </p>
</div>
</div>
<a class="anchor" id="a98bebe67b8b06a9a67a3654d631355b4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void load </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">MapType & </td>
<td class="paramname"><em>exp</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>loads a Mascot Generic <a class="el" href="classOpenMS_1_1File.html" title="Basic file handling operations. ">File</a> into a PeakMap </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">filename</td><td>file name which the map should be read from </td></tr>
<tr><td class="paramname">exp</td><td>the map which is filled with the data from the given file </td></tr>
</table>
</dd>
</dl>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">FileNotFound</td><td>is thrown if the given file could not be found </td></tr>
</table>
</dd>
</dl>
<p>References <a class="el" href="classOpenMS_1_1File.html#a103bc592f26fed81f56f2f92b7ab5063">File::exists()</a>.</p>
<p>Referenced by <a class="el" href="classOpenMS_1_1FileHandler.html#a408091416e0e1f6019abd59bdb6a9269">FileHandler::loadExperiment()</a>.</p>
</div>
</div>
<a class="anchor" id="ab0d18b84911d09f4eeebfa3c38827aa9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void store </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="group__Kernel.html#gac459ab9d68b68f31561c7763c7da61ef">PeakMap</a> & </td>
<td class="paramname"><em>experiment</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>stores the experiment data in a <a class="el" href="classOpenMS_1_1MascotGenericFile.html" title="Mascot input file adapter. ">MascotGenericFile</a> that can be used as input for MASCOT shell execution </p>
</div>
</div>
<a class="anchor" id="a18329ad480462e600d3445ab74efcbd5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void store </td>
<td>(</td>
<td class="paramtype">std::ostream & </td>
<td class="paramname"><em>os</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="group__Kernel.html#gac459ab9d68b68f31561c7763c7da61ef">PeakMap</a> & </td>
<td class="paramname"><em>experiment</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>store the experiment data in a <a class="el" href="classOpenMS_1_1MascotGenericFile.html" title="Mascot input file adapter. ">MascotGenericFile</a>; the output is written to the given stream, the filename will be noted in the file </p>
</div>
</div>
<a class="anchor" id="a5506e2efa3571f1933da56552e24a27d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void writeHeader_ </td>
<td>(</td>
<td class="paramtype">std::ostream & </td>
<td class="paramname"><em>os</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>writes the full header </p>
</div>
</div>
<a class="anchor" id="a80b774af52a0b25fcd0c4c9d79fa7806"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void writeMSExperiment_ </td>
<td>(</td>
<td class="paramtype">std::ostream & </td>
<td class="paramname"><em>os</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="group__Kernel.html#gac459ab9d68b68f31561c7763c7da61ef">PeakMap</a> & </td>
<td class="paramname"><em>experiment</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>writes the <a class="el" href="classOpenMS_1_1MSExperiment.html" title="Representation of a mass spectrometry experiment. ">MSExperiment</a> </p>
</div>
</div>
<a class="anchor" id="a77386d08642abcc871b2ea24a8b337de"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void writeParameterHeader_ </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::ostream & </td>
<td class="paramname"><em>os</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>writes a parameter header </p>
</div>
</div>
<a class="anchor" id="abb5ba16d95ceabbcb81f70d937e4b106"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void writeSpectrum_ </td>
<td>(</td>
<td class="paramtype">std::ostream & </td>
<td class="paramname"><em>os</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="group__Kernel.html#ga3ba16951dc40c7a6c7457f3452e096ab">PeakSpectrum</a> & </td>
<td class="paramname"><em>spec</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classOpenMS_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>writes the spectrum </p>
</div>
</div>
</div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:31 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|