Methods
binarySearchStarts(range) → {Object}
Gets the first index and length of the rows that have start positions within the given range
.Gets the first index and length of the rows that have start positions within the given range
Parameters:
Name | Type | Description |
---|---|---|
range |
epiviz.datatypes.GenomicRange |
Returns:
- Type
- Object
get(index) → {epiviz.datatypes.GenomicData.ValueItem}
Parameters:
Name | Type | Description |
---|---|---|
index |
number |
Returns:
getByGlobalIndex(globalIndex) → {epiviz.datatypes.GenomicData.ValueItem}
Parameters:
Name | Type | Description |
---|---|---|
globalIndex |
number |
Returns:
getRow(index) → {epiviz.datatypes.GenomicData.RowItem}
Parameters:
Name | Type | Description |
---|---|---|
index |
number |
Returns:
getRowByGlobalIndex(globalIndex) → {epiviz.datatypes.GenomicData.RowItem}
Parameters:
Name | Type | Description |
---|---|---|
globalIndex |
number |
Returns:
globalEndIndex() → {number}
Returns:
- Type
- number
globalStartIndex() → {number}
Returns:
- Type
- number
measurement() → {epiviz.measurements.Measurement}
Returns:
size() → {number}
Returns:
- Type
- number