class Bio::NeXML::CellMatrix

Public Instance Methods

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