Class: Bio::NeXML::SeqRow
Overview
end of row class
Constant Summary collapse
Instance Attribute Summary
Attributes inherited from Row
Instance Method Summary collapse
Methods inherited from Row
Methods included from Mapper
Constructor Details
This class inherits a constructor from Bio::NeXML::Row
Instance Method Details
#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 |