IntersectOutputType Enumeration |
This enum indicates type of output an intersect operation should return.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public enum IntersectOutputType
Public Enumeration IntersectOutputType
public enum class IntersectOutputType
Members
| Member name | Value | Description |
---|
| OverlappingIntervals | 0 |
OverlappingIntervals indicates that intersect operation should return
intervals from the reference that overlap with the query intervals.
This option only filters out intervals that do not overlap with the query intervals.
|
| OverlappingPiecesOfIntervals | 1 |
OverlappingPiecesOfIntervals indicates that intersect operation should return intervals that
indicate the exact base pair overlap between the reference intervals and
the query intervals.
|
See Also