Interface: MeasurementGenomicData

MeasurementGenomicData

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
Source:
Returns:
Type
Object

get(index) → {epiviz.datatypes.GenomicData.ValueItem}

Parameters:
Name Type Description
index number
Source:
Returns:
Type
epiviz.datatypes.GenomicData.ValueItem

getByGlobalIndex(globalIndex) → {epiviz.datatypes.GenomicData.ValueItem}

Parameters:
Name Type Description
globalIndex number
Source:
Returns:
Type
epiviz.datatypes.GenomicData.ValueItem

getRow(index) → {epiviz.datatypes.GenomicData.RowItem}

Parameters:
Name Type Description
index number
Source:
Returns:
Type
epiviz.datatypes.GenomicData.RowItem

getRowByGlobalIndex(globalIndex) → {epiviz.datatypes.GenomicData.RowItem}

Parameters:
Name Type Description
globalIndex number
Source:
Returns:
Type
epiviz.datatypes.GenomicData.RowItem

globalEndIndex() → {number}

Source:
Returns:
Type
number

globalStartIndex() → {number}

Source:
Returns:
Type
number

measurement() → {epiviz.measurements.Measurement}

Source:
Returns:
Type
epiviz.measurements.Measurement

size() → {number}

Source:
Returns:
Type
number