Source code for MSQuant: PILrest.vb, MSQuant/msquant/src/main/PILrest.vb.

Table of contents page.

Home page for MSQuant.

'****************************************************************************
'* Copyright (C) 2005 Peter Mortensen and Matthias Mann                     *
'* This file is part of MSQuant.                                            *
'*                                                                          *
'* MSQuant is distributed under the terms of                                *
'* the GNU General Public License. See src/COPYING.TXT or                   *
'* <http://www.gnu.org/licenses/gpl.txt> for details.                       *
'*                                                                          *
'* MSQuant is free software; you can redistribute it                        *
'* and/or modify it under the terms of the GNU                              *
'* General Public License as published by the Free                          *
'* Software Foundation; either version 2 of the                             *
'* License, or (at your option) any later version.                          *
'*                                                                          *
'* MSQuant is distributed in the hope that it will be                       *
'* useful, but WITHOUT ANY WARRANTY; without even the                       *
'* implied warranty of MERCHANTABILITY or FITNESS FOR                       *
'* A PARTICULAR PURPOSE.  See the GNU General Public                        *
'* License for more details.                                                *
'*                                                                          *
'* You should have received a copy of the GNU General                       *
'* Public License along with MSQuant; if not, write to                      *
'* the Free Software Foundation, Inc., 59 Temple                            *
'* Place, Suite 330, Boston, MA  02111-1307  USA                            *
'*                                                                          *
'* Purpose: placeholder for code that is on its way to another location...  *
'*                                                                          *
'****************************************************************************

'****************************************************************************
'*                               CEBI                                       *
'*                    Software Development Group                            *
'*                         Peter Mortensen                                  *
'*                E-mail: NUKESPAMMERSdrmortensen@get2netZZZZZZ.dk          *
'*                 WWW: http://www.cebi.sdu.dk/                             *
'*                                                                          *
'*  Program for postprocessing of MS-MS search result                       *
'*                                                                          *
'*    FILENAME:   MascotResultParser.vb                                     *
'*    TYPE:       VISUAL_BASIC                                              *
'*                                                                          *
'* CREATED: MM 2002-05-15   Vrs 1.0. Estimated date.                        *
'* UPDATED: PM 2003-xx-xx                                                   *
'*                                                                          *
'****************************************************************************

Option Strict On
Option Explicit On  'Changed PM_OPTIONEXPLICIT 2003-02-13

Namespace PILplaceholder

    'Changed PM_SPECTRUM_BROWSE 2005-07-29
    'Is this structure used/needed??
    '****************************************************************************
    '*    <placeholder for header>                                              *
    '****************************************************************************
    Public Structure spectrumLevelDisplayInfoStruct
        Dim spectrumLevel As Integer 'Negative values for spectra
        '  before the ID spectrum, e.g. MS SIM and SIM full scan.
        '  Positive values is below the ID spectrum, e.g. MS3. If the
        '  MS3 spectrum is really the fragment spectrum for a neutral 
        '  loss experiment and thus is the ID spectrum then the level
        '  for that MS3 spectrum is 0.

        Dim atTopMostLevel As Boolean
        Dim atLowestLevel As Boolean
    End Structure 'spectrumLevelDisplayInfoStruct

End Namespace 'PILplaceholder





    

    

Generated by script codePublish.pl at 2008-09-23T11:59:18.