Any of the above components may be omitted, but it is meaningless to supply a timestamp, curator or probability if the evidence-code is omitted. Trailing colons should be omitted, but if a value contains an evidence-code with no accompanying citation, the leading colon must be present. The square brackets are optional.
Citation
00 Remarks
Examples: [123456] -- a PubMed or MEDLINE reference [SMITH95] -- a non-PubMed reference [123456:EV-IDA] -- an evidence code with associated PubMed reference [:EV-HINF] -- an evidence code with no associated reference [123456:EV-IGI:9876543:paley] -- a time- and user-stamped evidence code with associated reference
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | |
| op_Explicit | 1 | |
| op_Implicit | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| ReferenceId | 2 | reference-ID is a PubMed unique identifier or the identifier of a Publications object (without the leading "PUB-"). |
| EvidenceCode | 2 | evidence-code is the object identifier of some class belonging to the Evidence class, e.g. |
| TimeStamp | 2 | timestamp is a lisp universal time (not human readable) corresponding to the time the evidence code was assigned. |
| Curator | 2 | curator is the username of the curator who assigned the evidence code. |
| Probability | 2 | probability is a number between 0 and 1 describing the probability that the evidence is correct, where available. |
| With | 2 | with is a free text string that modifies the evidence-code when the citation annotates a GO term. |
| EmptyFill | 1 | 为了防止Citation初始化的时候,由于在列表中的元素的数目不够的时候,赋值出现错误 |
04 Members
CITATIONS - :EV-COMP-AINF:3567386625:kaipa
reference-ID is a PubMed unique identifier or the identifier of a Publications object (without the leading "PUB-").
evidence-code is the object identifier of some class belonging to the Evidence class, e.g. EV-EXP.
timestamp is a lisp universal time (not human readable) corresponding to the time the evidence code was assigned.
curator is the username of the curator who assigned the evidence code.
probability is a number between 0 and 1 describing the probability that the evidence is correct, where available.
with is a free text string that modifies the evidence-code when the citation annotates a GO term. This is the "with" field described in GO documentation.
为了防止Citation初始化的时候,由于在列表中的元素的数目不够的时候,赋值出现错误
使用On Error Resume Next会明显降低性能,使用这个空填充向量,可以改善错误容忍性能
String)