Method: Bio::Tree::Edge#nhx_parameters

Defined in:
lib/bio/tree.rb

#nhx_parametersObject

Other NHX parameters. Returns a Hash. Note that :L and :W 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. In addition, If the same parameters are defined at Node object, the parameters in the node are preferred.



91
92
93
94
# File 'lib/bio/tree.rb', line 91

def nhx_parameters
  @nhx_parameters ||= {}
  @nhx_parameters
end