CodingSequenceTranslation Property |
Automatically generated one-letter abbreviated amino acid sequence derived from either
the universal genetic code or the table as specified in Transl_table qualifier and as
determined by exceptions in the Transl_except and Codon qualifiers.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Translation { get; set; }
Public Property Translation As String
Get
Set
public:
property String^ Translation {
String^ get ();
void set (String^ value);
}
member Translation : string with get, set
Property Value
Type:
StringSee Also