manager.c | geneid v 1.2 source documentation |
Description: |
Control of signal and exon prediction and scoring functions, both in
positive and negative strand processing, in a range (l1,l2). Main parameters
are the input sequence (forward or reverse), length of sequence, coordinates
of the ends of the fragment, the pack of sites and exons to be filled in,
scoring model (isochores) and GC information precomputed before about G+C
content on that split.
|
Briefing: |
void manager(char *Sequence, long LengthSequence, packSites* allSites, packExons* allExons, long l1, long l2, int Strand, packExternalInformation* external, packHSP* hsp, gparam* gp, gparam** isochores, int nIsochores, packGC* GCInfo) |
NOTE: Reverse prediction implies recomputing signal positions according to the forward sense of the original sequence (remember they have been predicted reading the reverse sequence and therefore, having reverse coordinates). Moreover, left and right signals must be exchanged to preserve the property: left signal position < right signal position. |
Enrique Blanco Garcia © 2003