Click or drag to resize
BedFormatterFormat Method (Stream, SequenceRangeGrouping)
Writes out a grouping of ISequenceRange objects to a specified stream.

Namespace: Bio.IO.Bed
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	SequenceRangeGrouping rangeGroup
)

Parameters

stream
Type: System.IOStream
The stream where the formatted data is to be written, it will be closed at the end.
rangeGroup
Type: BioSequenceRangeGrouping
The range grouping to be formatted.

Implements

ISequenceRangeFormatterFormat(Stream, SequenceRangeGrouping)
See Also