Method: Bio::NeXML::SeqRow#to_xml
- Defined in:
- lib/bio/db/nexml/matrix.rb
#to_xml ⇒ Object
724 725 726 727 728 |
# File 'lib/bio/db/nexml/matrix.rb', line 724 def to_xml node = @@writer.create_node( "row", @@writer.attributes( self, :id, :otu, :label ) ) node << self.sequences.first.to_xml node end |