Click or drag to resize
SequenceRangeGroupingAdd Method
Adds a SequenceRange to the grouping, creating a new bucket if the ID of the range has not yet been added to the grouping or adding to an existing bucket if it has.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Add(
	ISequenceRange range
)

Parameters

range
Type: BioISequenceRange
The range item to add to the grouping
See Also