CodingSequenceTranslationalExcept Property |
Translational exception: single codon the translation of which does not conform
to genetic code defined by Organism and Codon qualifier.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public List<string> TranslationalExcept { get; }
Public ReadOnly Property TranslationalExcept As List(Of String)
Get
public:
property List<String^>^ TranslationalExcept {
List<String^>^ get ();
}
member TranslationalExcept : List<string> with get
Property Value
Type:
ListStringSee Also