8#ifndef _COMPGENEPRED_HH
9#define _COMPGENEPRED_HH
12#include "extrinsicinfo.hh"
13#include "randseqaccess.hh"
14#include "phylotree.hh"
16#include "genomicMSA.hh"
26void mergeInterval(list<tuple<string,int,int> >& interval);
27void mergeIntervals(vector<string>& speciesNames, vector<list<tuple<string,int,int> > >& intervals);
28bool sortInterval(
const tuple<string,int,int>& a,
const tuple<string,int,int>& b);
29void writeIntervals(
string dirname, vector<string>& speciesNames, vector<list<tuple<string,int,int> > >& intervals);
30bool shiftGFF(
string filename);
46 void runPredictionOrTest();
51 bool readInterval(
string filename, list<tuple<string,int,int> >& grlist);
56 void test_2(
double ctree_scaling_factor);
comparative gene prediction on multiple species
Definition compgenepred.hh:40
Definition phylotree.hh:104
abstract class for quick access to an arbitrary sequence segment in genomes needed for comparative ge...
Definition randseqaccess.hh:62