📄 featdef.asn
字号:
---- ===========================================================================-- PRODUCTION $Log: featdef.asn,v $-- PRODUCTION Revision 1000.0 2003/10/29 21:12:48 gouriano-- PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R6.0-- PRODUCTION-- ===========================================================================----$Revision: 1000.0 $--**********************************************************************---- NCBI Sequence Feature Definition Module-- by James Ostell, 1994----**********************************************************************NCBI-FeatDef DEFINITIONS ::=BEGINEXPORTS FeatDef, FeatDefSet, FeatDispGroup, FeatDispGroupSet;FeatDef ::= SEQUENCE { typelabel VisibleString , -- short label for type eg "CDS" menulabel VisibleString , -- label for a menu eg "Coding Region" featdef-key INTEGER , -- unique for this feature definition seqfeat-key INTEGER , -- SeqFeat.data.choice from objfeat.h entrygroup INTEGER , -- Group for data entry displaygroup INTEGER , -- Group for data display molgroup FeatMolType -- Type of Molecule used for}FeatMolType ::= ENUMERATED { aa (1), -- proteins na (2), -- nucleic acids both (3) } -- bothFeatDefSet ::= SEQUENCE OF FeatDef -- collections of defintionsFeatDispGroup ::= SEQUENCE { groupkey INTEGER , groupname VisibleString }FeatDispGroupSet ::= SEQUENCE OF FeatDispGroupFeatDefGroupSet ::= SEQUENCE { groups FeatDispGroupSet , defs FeatDefSet }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -