Click or drag to resize
SAMFormatterWriteSAMAlignedSequence Method
Writes SAMAlignedSequence to specified text writer.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static void WriteSAMAlignedSequence(
	TextWriter writer,
	IAlignedSequence alignedSequence
)

Parameters

writer
Type: System.IOTextWriter
Text writer.
alignedSequence
Type: Bio.Algorithms.AlignmentIAlignedSequence
SAM aligned sequence to write
See Also