Click or drag to resize
BAMParserGetAlignedSequence Method
Returns an aligned sequence by parses the BAM file.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SAMAlignedSequence GetAlignedSequence(
	bool isReadOnly
)

Parameters

isReadOnly
Type: SystemBoolean
Flag to indicate whether the resulting sequence in the SAMAlignedSequence should be in readonly mode or not. If this flag is set to true then the resulting sequence's isReadOnly property will be set to true, otherwise it will be set to false.

Return Value

Type: SAMAlignedSequence

[Missing <returns> documentation for "M:Bio.IO.BAM.BAMParser.GetAlignedSequence(System.Boolean)"]

See Also