new epiviz.datatypes.deprecated.GenomicRanges.Hits(query, subject)
datatypes/deprecated/genomic-ranges.js, line 685
Overlap hits resulted from a findOverlaps operation over two GenomicRanges instances
.Overlap hits resulted from a findOverlaps operation over two GenomicRanges instances
Name | Type | Description |
---|---|---|
query |
Array.<number> |
The hit indices in the query GenomicRanges |
subject |
Array.<number> |
The hit indices in the subject GenomicRanges |
Methods
-
query(){Array.<number>}
datatypes/deprecated/genomic-ranges.js, line 703The hit indices in the query GenomicRanges
. -
The hit indices in the query GenomicRanges
Returns:
Type Description Array.<number> -
size(){Number}
datatypes/deprecated/genomic-ranges.js, line 718 -
Returns:
Type Description Number -
subject(){Array.<number>}
datatypes/deprecated/genomic-ranges.js, line 711The hit indices in the subject GenomicRanges
. -
The hit indices in the subject GenomicRanges
Returns:
Type Description Array.<number>