__init__(self,
ref=None,
source=None,
evidence=None,
type=None,
desc=None,
confidence=None,
uri=None,
properties=None)
(Constructor)
| source code
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
- Parameters:
ref (string) - reference string, e.g. 'GO:0008270',
'KEGG:Tetrachloroethene degradation', 'EC:1.1.1.1'
source (string) - plain-text source for this annotation
evidence (str) - describe evidence as free text (e.g. 'experimental')
desc (string) - free text description
confidence (Confidence) - state the type and value of support (type Confidence)
properties (list) - typed and referenced annotations from external resources
uri (Uri) - link
- Overrides:
object.__init__
- (inherited documentation)
|