Click or drag to resize
SAMParser Properties

The SAMParser type exposes the following members.

Properties
  NameDescription
Public propertyAlphabet
The alphabet to use for sequences in parsed SequenceAlignmentMap objects. Always returns singleton instance of SAMDNAAlpabet.
Public propertyDescription
Gets the description of the sequence alignment parser being implemented. This is intended to give the developer some information of the parser.
Public propertyName
Gets the name of the sequence alignment parser being implemented. This is intended to give the developer some information of the parser type.
Public propertyRefSequences
Reference sequences, used to resolve "=" symbol in the sequence data.
Public propertySupportedFileTypes
Gets the file extensions that the parser implementation will support.
Top
See Also