A sequence of symbols that belong to an alphabet.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public interface ISymbolList : IChangeable

Remarks

This uses biological coordinates (1 to length).

Note that the BioJava version of this interface contained some nested objects, which is not allowed in .Net. These have been broken out to the SymbolList static class.

Original BioJava version by Matthew Pocock, Mark Schreiber and Francois Pepin. Port to C# by Doug Swisher.

See Also