new epiviz.datatypes.RowItemImpl(id, seqName, start, end, globalIndex, strand, rowMetadata)
datatypes/row-item-impl.js, line 20
Name | Type | Description |
---|---|---|
id |
string | |
seqName |
string | |
start |
number | |
end |
number | |
globalIndex |
number | |
strand |
string | |
rowMetadata |
Object.<string, *> |
Methods
-
end(){number}
datatypes/row-item-impl.js, line 82 -
Returns:
Type Description number -
globalIndex(){number}
datatypes/row-item-impl.js, line 87 -
Returns:
Type Description number -
id(){string}
datatypes/row-item-impl.js, line 67 -
Returns:
Type Description string -
metadata(column){*}
datatypes/row-item-impl.js, line 98 -
Name Type Description column
string Returns:
Type Description * -
rowMetadata(){Object.<string, *>}
datatypes/row-item-impl.js, line 107 -
Returns:
Type Description Object.<string, *> -
seqName(){string}
datatypes/row-item-impl.js, line 72 -
Returns:
Type Description string -
start(){number}
datatypes/row-item-impl.js, line 77 -
Returns:
Type Description number -
strand(){string}
datatypes/row-item-impl.js, line 92 -
Returns:
Type Description string