Click or drag to resize
SubtractOutputType Enumeration
This enum indicates type of output an subtract operation should return.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public enum SubtractOutputType
Members
  Member nameValueDescription
IntervalsWithNoOverlap0 IntervalsWithNoOverlap indicates that subtract operation should return intervals from the reference intervals that do not overlap with the query intervals. This option only filters out intervals that overlap with the query intervals.
NonOverlappingPiecesOfIntervals1 NonOverlappingPiecesOfIntervals indicates that Subtract operation should return intervals from the reference intervals that have the intervals from the query intervals removed. Any overlapping base pairs are removed from the range of the interval.
See Also

Reference