Module: Mspire::Ident::PeptideHitLike

Included in:
PeptideHit
Defined in:
lib/mspire/ident/peptide_hit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aaseqObject

Returns the value of attribute aaseq.



10
11
12
# File 'lib/mspire/ident/peptide_hit.rb', line 10

def aaseq
  @aaseq
end

#chargeObject

Returns the value of attribute charge.



11
12
13
# File 'lib/mspire/ident/peptide_hit.rb', line 11

def charge
  @charge
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/mspire/ident/peptide_hit.rb', line 7

def id
  @id
end

#missed_cleavagesObject

Returns the value of attribute missed_cleavages.



9
10
11
# File 'lib/mspire/ident/peptide_hit.rb', line 9

def missed_cleavages
  @missed_cleavages
end

#proteinsObject

an array of Mspire::Ident::ProteinLike objects



13
14
15
# File 'lib/mspire/ident/peptide_hit.rb', line 13

def proteins
  @proteins
end

#qvalueObject

relative to the set the hit is contained in!



15
16
17
# File 'lib/mspire/ident/peptide_hit.rb', line 15

def qvalue
  @qvalue
end

#searchObject

Returns the value of attribute search.



8
9
10
# File 'lib/mspire/ident/peptide_hit.rb', line 8

def search
  @search
end