Method: Bio::Tree::Node#nhx_parameters
- Defined in:
- lib/bio/tree.rb
#nhx_parameters ⇒ Object
Other NHX parameters. Returns a Hash. Note that :D, :E, :S, and :T are not stored here but stored in the proper attributes in this class. However, if you force to set these parameters in this hash, the parameters in this hash are preferred when generating NHX.
221 222 223 224 |
# File 'lib/bio/tree.rb', line 221 def nhx_parameters @nhx_parameters ||= {} @nhx_parameters end |