IPairwiseSequenceAlignmentPairwiseAlignedSequences Property |
Gets list of the (output) aligned sequences with score, offset and consensus.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax IList<PairwiseAlignedSequence> PairwiseAlignedSequences { get; }
ReadOnly Property PairwiseAlignedSequences As IList(Of PairwiseAlignedSequence)
Get
property IList<PairwiseAlignedSequence^>^ PairwiseAlignedSequences {
IList<PairwiseAlignedSequence^>^ get ();
}
abstract PairwiseAlignedSequences : IList<PairwiseAlignedSequence> with get
Property Value
Type:
IListPairwiseAlignedSequenceSee Also