Module: Bioroebe::Features

Defined in:
lib/bioroebe/abstract/features.rb

Overview

Bioroebe::Features

Instance Method Summary collapse

Instance Method Details

#can_self_excise?Boolean

#

can_self_excise?

RNA such as in etrahymena thermophila can cleave out 400 nucleotides. For such a RNA the method must then return true.

#

Returns:

  • (Boolean)


18
19
20
# File 'lib/bioroebe/abstract/features.rb', line 18

def can_self_excise?
  false
end

#is_a_ribozyme?Boolean

#

is_a_ribozyme?

#

Returns:

  • (Boolean)


25
26
27
# File 'lib/bioroebe/abstract/features.rb', line 25

def is_a_ribozyme?
  false
end