Class: Ms::Ident::PeptideHit

Inherits:
Object
  • Object
show all
Defined in:
lib/ms/ident/peptide_hit.rb,
lib/ms/ident/peptide_hit/qvalue.rb

Defined Under Namespace

Modules: Qvalue

Instance Attribute Summary collapse

Instance Attribute Details

#aaseqObject

Returns the value of attribute aaseq.



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

def aaseq
  @aaseq
end

#chargeObject

Returns the value of attribute charge.



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

def charge
  @charge
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/ms/ident/peptide_hit.rb', line 5

def id
  @id
end

#missed_cleavagesObject

Returns the value of attribute missed_cleavages.



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

def missed_cleavages
  @missed_cleavages
end

#proteinsObject

Returns the value of attribute proteins.



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

def proteins
  @proteins
end

#qvalueObject

Returns the value of attribute qvalue.



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

def qvalue
  @qvalue
end

#searchObject

Returns the value of attribute search.



6
7
8
# File 'lib/ms/ident/peptide_hit.rb', line 6

def search
  @search
end