Class: MS::ChargeCalculator::PepCharges
- Inherits:
-
Struct
- Object
- Struct
- MS::ChargeCalculator::PepCharges
- Defined in:
- lib/charge_calculator.rb
Overview
Usage: charge_at_pH(identify_potential_charges(peptide_sequence), pH_desired)
Instance Attribute Summary collapse
-
#c_num ⇒ Object
Returns the value of attribute c_num.
-
#c_term ⇒ Object
Returns the value of attribute c_term.
-
#d_num ⇒ Object
Returns the value of attribute d_num.
-
#e_num ⇒ Object
Returns the value of attribute e_num.
-
#h_num ⇒ Object
Returns the value of attribute h_num.
-
#k_num ⇒ Object
Returns the value of attribute k_num.
-
#n_term ⇒ Object
Returns the value of attribute n_term.
-
#pi ⇒ Object
Returns the value of attribute pi.
-
#r_num ⇒ Object
Returns the value of attribute r_num.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#y_num ⇒ Object
Returns the value of attribute y_num.
Instance Attribute Details
#c_num ⇒ Object
Returns the value of attribute c_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def c_num @c_num end |
#c_term ⇒ Object
Returns the value of attribute c_term
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def c_term @c_term end |
#d_num ⇒ Object
Returns the value of attribute d_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def d_num @d_num end |
#e_num ⇒ Object
Returns the value of attribute e_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def e_num @e_num end |
#h_num ⇒ Object
Returns the value of attribute h_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def h_num @h_num end |
#k_num ⇒ Object
Returns the value of attribute k_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def k_num @k_num end |
#n_term ⇒ Object
Returns the value of attribute n_term
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def n_term @n_term end |
#pi ⇒ Object
Returns the value of attribute pi
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def pi @pi end |
#r_num ⇒ Object
Returns the value of attribute r_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def r_num @r_num end |
#seq ⇒ Object
Returns the value of attribute seq
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def seq @seq end |
#y_num ⇒ Object
Returns the value of attribute y_num
6 7 8 |
# File 'lib/charge_calculator.rb', line 6 def y_num @y_num end |