class Bio::NeXML::SeqMatrix

Public Instance Methods

create_row( options = {} ) click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 629
def create_row( options = {} )
  row = SeqRow.new( Bio::NeXML.generate_id( SeqRow ), options )
  add_row row
  row        
end