Click or drag to resize
GffFormatterFormat Method (Stream, ISequence)
Writes an ISequence to the specified file.

Namespace: Bio.IO.Gff
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	ISequence data
)

Parameters

stream
Type: System.IOStream
Writer
data
Type: BioISequence
The sequence to format.

Implements

IFormatterTFormat(Stream, T)
See Also