CodingSequenceTranslationTable Property |
Definition of genetic code table used if other than universal genetic code table.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string TranslationTable { get; set; }
Public Property TranslationTable As String
Get
Set
public:
property String^ TranslationTable {
String^ get ();
void set (String^ value);
}
member TranslationTable : string with get, set
Property Value
Type:
StringSee Also