Class: PepCharges
- Inherits:
-
Struct
- Object
- Struct
- PepCharges
- Defined in:
- lib/ms/isoelectric_calc.rb
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.
-
#hydrophobic_num ⇒ Object
Returns the value of attribute hydrophobic_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.
-
#polar_num ⇒ Object
Returns the value of attribute polar_num.
-
#r_num ⇒ Object
Returns the value of attribute r_num.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#u_num ⇒ Object
Returns the value of attribute u_num.
-
#y_num ⇒ Object
Returns the value of attribute y_num.
Instance Attribute Details
#c_num ⇒ Object
Returns the value of attribute c_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def c_num @c_num end |
#c_term ⇒ Object
Returns the value of attribute c_term
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def c_term @c_term end |
#d_num ⇒ Object
Returns the value of attribute d_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def d_num @d_num end |
#e_num ⇒ Object
Returns the value of attribute e_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def e_num @e_num end |
#h_num ⇒ Object
Returns the value of attribute h_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def h_num @h_num end |
#hydrophobic_num ⇒ Object
Returns the value of attribute hydrophobic_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def hydrophobic_num @hydrophobic_num end |
#k_num ⇒ Object
Returns the value of attribute k_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def k_num @k_num end |
#n_term ⇒ Object
Returns the value of attribute n_term
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def n_term @n_term end |
#pi ⇒ Object
Returns the value of attribute pi
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def pi @pi end |
#polar_num ⇒ Object
Returns the value of attribute polar_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def polar_num @polar_num end |
#r_num ⇒ Object
Returns the value of attribute r_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def r_num @r_num end |
#seq ⇒ Object
Returns the value of attribute seq
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def seq @seq end |
#u_num ⇒ Object
Returns the value of attribute u_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def u_num @u_num end |
#y_num ⇒ Object
Returns the value of attribute y_num
33 34 35 |
# File 'lib/ms/isoelectric_calc.rb', line 33 def y_num @y_num end |