Biorithm  1.1
Public Member Functions | Public Attributes
FunctionalAnnotation Struct Reference

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>

List of all members.

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

Detailed Description

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.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Friends