BAMParserGetAlignedSequence Method |
Returns an aligned sequence by parses the BAM file.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic SAMAlignedSequence GetAlignedSequence(
bool isReadOnly
)
Public Function GetAlignedSequence (
isReadOnly As Boolean
) As SAMAlignedSequence
public:
SAMAlignedSequence^ GetAlignedSequence(
bool isReadOnly
)
member GetAlignedSequence :
isReadOnly : bool -> SAMAlignedSequence
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