Click or drag to resize
SAMAlignedSequenceMetadata Property
Metadata of this aligned sequence. SAMAlignedSequenceHeader is stored with the key "SAMAlignedSequenceHeader".

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IDictionary<string, Object> Metadata { get; }

Property Value

Type: IDictionaryString, Object

Implements

IAlignedSequenceMetadata
See Also