Class: Ms::Mascot::Dat::Summary::QueryHit

Inherits:
Struct
  • Object
show all
Defined in:
lib/ms/mascot/dat/summary.rb

Overview

QueryHit

Represents query data, infered by inspection of the MS/MS sample results, esp F981123.dat.

# str:   0,832.382767,-0.032939,302,309,6.00,APGFGDNR,16,0000000000,45.35,1,0000002000000000000,0,0,3481.990000
# terms: K,R

index  example              meaning
0      0                    n Missed Cleavages
1      832.382767           Monoisotopic mass of neutral peptide Mr(calc)
2      -0.032939            actual - theoretical delta mass
3      302                  peptide start index
4      309                  peptide end index
5      6.00
6      APGFGDNR             peptide sequence
7      16
8      0000000000           modification sites (including n,c residues; number indicates mod)
9      45.35                score
10     1
11     0000002000000000000
12     0
13     0
14     3481.990000
15     K                    nterm
16     R                    cterm

The dat file is said to be generate by Mascot version 1.0, but the headers section records 2.1.119.

Instance Attribute Summary collapse

Instance Attribute Details

#ctermObject

Returns the value of attribute cterm

Returns:

  • (Object)

    the current value of cterm



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def cterm
  @cterm
end

#delta_massObject

Returns the value of attribute delta_mass

Returns:

  • (Object)

    the current value of delta_mass



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def delta_mass
  @delta_mass
end

#modificationsObject

Returns the value of attribute modifications

Returns:

  • (Object)

    the current value of modifications



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def modifications
  @modifications
end

#n_missed_cleavagesObject

Returns the value of attribute n_missed_cleavages

Returns:

  • (Object)

    the current value of n_missed_cleavages



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def n_missed_cleavages
  @n_missed_cleavages
end

#ntermObject

Returns the value of attribute nterm

Returns:

  • (Object)

    the current value of nterm



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def nterm
  @nterm
end

#peptide_endObject

Returns the value of attribute peptide_end

Returns:

  • (Object)

    the current value of peptide_end



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def peptide_end
  @peptide_end
end

#peptide_massObject

Returns the value of attribute peptide_mass

Returns:

  • (Object)

    the current value of peptide_mass



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def peptide_mass
  @peptide_mass
end

#peptide_startObject

Returns the value of attribute peptide_start

Returns:

  • (Object)

    the current value of peptide_start



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def peptide_start
  @peptide_start
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def score
  @score
end

#sequenceObject

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def sequence
  @sequence
end

#unknown10Object

Returns the value of attribute unknown10

Returns:

  • (Object)

    the current value of unknown10



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown10
  @unknown10
end

#unknown11Object

Returns the value of attribute unknown11

Returns:

  • (Object)

    the current value of unknown11



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown11
  @unknown11
end

#unknown12Object

Returns the value of attribute unknown12

Returns:

  • (Object)

    the current value of unknown12



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown12
  @unknown12
end

#unknown13Object

Returns the value of attribute unknown13

Returns:

  • (Object)

    the current value of unknown13



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown13
  @unknown13
end

#unknown14Object

Returns the value of attribute unknown14

Returns:

  • (Object)

    the current value of unknown14



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown14
  @unknown14
end

#unknown5Object

Returns the value of attribute unknown5

Returns:

  • (Object)

    the current value of unknown5



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown5
  @unknown5
end

#unknown7Object

Returns the value of attribute unknown7

Returns:

  • (Object)

    the current value of unknown7



109
110
111
# File 'lib/ms/mascot/dat/summary.rb', line 109

def unknown7
  @unknown7
end