Method: Bio::Nexus::CharactersBlock#get_row_name
- Defined in:
- lib/bio/db/nexus.rb
#get_row_name(row) ⇒ Object
Returns the String in the matrix at row ‘row’ and column 0, which usually is interpreted as a sequence name (if the matrix contains molecular sequence characters).
Arguments:
-
(required) row: Integer
- Returns
-
String
1085 1086 1087 |
# File 'lib/bio/db/nexus.rb', line 1085 def get_row_name( row ) get_matrix.get_name( row ) end |