FastaHeader {SMRUCC.genomics.Assembly.Uniprot} .NET clr documentation

FastaHeader

Description

Declare

            
# namespace SMRUCC.genomics.Assembly.Uniprot
export class FastaHeader {
   # EntryName Is the entry name of the UniProtKB entry.
   EntryName: string;
   # GeneName Is the first gene name of the UniProtKB entry. If there Is no gene name, OrderedLocusName Or ORFname, the GN field Is Not listed. GeneName(基因名称)
   GN: string;
   # OrganismName Is the scientific name of the organism of the UniProtKB entry.
   OrgnsmSpName: string;
   OX: string;
   # ProteinExistence Is the numerical value describing the evidence for the existence of the protein.
   PE: string;
   # ProteinName Is the recommended name of the UniProtKB entry as annotated in the RecName field. For UniProtKB/TrEMBL entries without a RecName field, the SubName field Is used. In case of multiple SubNames, the first one Is used. The 'precursor' attribute is excluded, 'Fragment' is included with the name if applicable.
   ProtName: string;
   # SequenceVersion Is the version number of the sequence.
   SV: string;
   # UniqueIdentifier Is the primary accession number of the UniProtKB entry.
   UniprotID: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]