Click or drag to resize
IAlignedSequence Interface
Interface to hold single aligned unit of alignment.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IAlignedSequence

The IAlignedSequence type exposes the following members.

Properties
  NameDescription
Public propertyMetadata
Gets information about the AlignedSequence, like score, offsets, consensus, etc..
Public propertySequences
Gets list of sequences, aligned as part of an alignment.
Top
See Also