Class: MS::ChargeCalculator::PepCharges

Inherits:
Struct
  • Object
show all
Defined in:
lib/charge_calculator.rb

Overview

Usage: charge_at_pH(identify_potential_charges(peptide_sequence), pH_desired)

Instance Attribute Summary collapse

Instance Attribute Details

#c_numObject

Returns the value of attribute c_num

Returns:

  • (Object)

    the current value of c_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def c_num
  @c_num
end

#c_termObject

Returns the value of attribute c_term

Returns:

  • (Object)

    the current value of c_term



6
7
8
# File 'lib/charge_calculator.rb', line 6

def c_term
  @c_term
end

#d_numObject

Returns the value of attribute d_num

Returns:

  • (Object)

    the current value of d_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def d_num
  @d_num
end

#e_numObject

Returns the value of attribute e_num

Returns:

  • (Object)

    the current value of e_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def e_num
  @e_num
end

#h_numObject

Returns the value of attribute h_num

Returns:

  • (Object)

    the current value of h_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def h_num
  @h_num
end

#k_numObject

Returns the value of attribute k_num

Returns:

  • (Object)

    the current value of k_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def k_num
  @k_num
end

#n_termObject

Returns the value of attribute n_term

Returns:

  • (Object)

    the current value of n_term



6
7
8
# File 'lib/charge_calculator.rb', line 6

def n_term
  @n_term
end

#piObject

Returns the value of attribute pi

Returns:

  • (Object)

    the current value of pi



6
7
8
# File 'lib/charge_calculator.rb', line 6

def pi
  @pi
end

#r_numObject

Returns the value of attribute r_num

Returns:

  • (Object)

    the current value of r_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def r_num
  @r_num
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



6
7
8
# File 'lib/charge_calculator.rb', line 6

def seq
  @seq
end

#y_numObject

Returns the value of attribute y_num

Returns:

  • (Object)

    the current value of y_num



6
7
8
# File 'lib/charge_calculator.rb', line 6

def y_num
  @y_num
end