Click or drag to resize
FastASequencePositionParser Constructor
Initializes a new instance of the FastASequencePositionParser class by loading the specified stream.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public FastASequencePositionParser(
	Stream stream,
	bool reverseReversePairedRead = false
)

Parameters

stream
Type: System.IOStream
Stream to load
reverseReversePairedRead (Optional)
Type: SystemBoolean
Flag to indicate to get the forward strand sequence of a reverse paired read.
See Also