Augustus 3.4.0
|
SpeciesCollection holds all extrinsic evidence given for the species. More...
#include <randseqaccess.hh>
Public Member Functions | |
FeatureCollection * | getFeatureCollection (string speciesname) |
int | getGroupID (string speciesname) |
void | addSpeciesToGroup (string skey, int groupID) |
bool | withEvidence (string speciesname) |
void | readGFFFile (const char *filename) |
void | readExtrinsicCFGFile (vector< string > &speciesNames) |
SpeciesCollection holds all extrinsic evidence given for the species.
It consists of a set of group specific FeatureCollections and a default FeatureCollection. Species for which no extrinsic evidence is given, make use of the default collection (identical to ab initio gene prediction, no bonus/malus). Subsets of the species with the same extrinsic config, i.e. same feature table in the extrinsicCfgFile, share one group specific FeatureCollection.