nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Core / Citation

Citation

Full name SMRUCC.genomics.Assembly.MetaCyc.File.DataFiles.Slots.Citation Assembly SMRUCC.genomics.Core Members 16

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.

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

SMRUCC.genomics.Assembly.MetaCyc.File.DataFiles.Slots.Citation

02 Methods

NameOverloadsSummary
ToString 1
op_Explicit 1
op_Implicit 1

03 Fields

NameOverloadsSummary
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

method ToString #
ToString
Remarks

CITATIONS - :EV-COMP-AINF:3567386625:kaipa

field ReferenceId #
ReferenceId

reference-ID is a PubMed unique identifier or the identifier of a Publications object (without the leading "PUB-").

field EvidenceCode #
EvidenceCode

evidence-code is the object identifier of some class belonging to the Evidence class, e.g. EV-EXP.

field TimeStamp #
TimeStamp

timestamp is a lisp universal time (not human readable) corresponding to the time the evidence code was assigned.

field Curator #
Curator

curator is the username of the curator who assigned the evidence code.

field Probability #
Probability

probability is a number between 0 and 1 describing the probability that the evidence is correct, where available.

field With #
With

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.

field EmptyFill #
EmptyFill

为了防止Citation初始化的时候,由于在列表中的元素的数目不够的时候,赋值出现错误

Remarks

使用On Error Resume Next会明显降低性能,使用这个空填充向量,可以改善错误容忍性能

field ReferenceId overload 2 #
ReferenceId
field EvidenceCode overload 2 #
EvidenceCode
field TimeStamp overload 2 #
TimeStamp
field Curator overload 2 #
Curator
field Probability overload 2 #
Probability
field With overload 2 #
With
method op_Explicit #
op_Explicit(Citation)
method op_Implicit #
op_Implicit(String)