feature {SMRUCC.genomics.Assembly.Uniprot.XML} | .NET clr documentation |
Describes different types of sequence annotations.
Equivalent to the flat file FT-line.
Get by types using TakesExtension.Takes1(System.Collections.Generic.IEnumerable{0},System.Boolean[])
extensions
# namespace SMRUCC.genomics.Assembly.Uniprot.XML
export class feature {
description: string;
evidence: string;
ligand: ligand;
# Describes the sequence coordinates of the annotation.
location: location;
# Describes the original sequence in annotations that describe natural
# or artifical sequence variations.
original: string;
# string value could be one of these enumeration:
#
# + by similarity
# + probable
# + potential
status: string;
# Describes the type of a sequence annotation.
# Equivalent to the flat file FT feature keys, but using full terms instead
# of acronyms.
type: string;
value: string;
# Describes the variant sequence in annotations that describe natural
# or artifical sequence variations.
variation: string;
}