|
Biorithm
1.1
|
A struct that stores a (gene, function, evidence code) triple. If a gene-function pair has multiple evidence codes, the pair should have distinct instances of this struct in the multi_index that will store different instances of this struct. More...
#include <old-annotations.h>
Public Member Functions | |
| FunctionalAnnotation (string g, string f, string c, string e, MyGainAnnotationType status, bool msa=false) | |
| FunctionalAnnotation (string g, const BioFunction &f, string e, MyGainAnnotationType status, bool msa=false) | |
| string | getFunctionType () const |
| return the type of the function stored. | |
Public Attributes | |
| string | _gene |
| BioFunction | _function |
| string | _evidenceCode |
| MyGainAnnotationType | _annotationStatus |
| bool | _mostSpecificAnnotation |
A struct that stores a (gene, function, evidence code) triple. If a gene-function pair has multiple evidence codes, the pair should have distinct instances of this struct in the multi_index that will store different instances of this struct.
1.7.6.1