Click or drag to resize
DeltaAlignmentCollection Constructor (Stream, Stream)
Initializes a new instance of the DeltaAlignmentCollection class.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public DeltaAlignmentCollection(
	Stream deltaAlignmentStream,
	Stream readsStream
)

Parameters

deltaAlignmentStream
Type: System.IOStream
Delta alignment stream.
readsStream
Type: System.IOStream
Query/Reads stream.
See Also