
Data Fields | |
| dlList * | contigs |
| char * | query |
| int | qStart |
| int | qEnd |
| int | qOffset |
| int | qEndOffset |
| char | qStrand |
| char * | target |
| int | tStart |
| int | tEnd |
| int | tOffset |
| int | tEndOffset |
| char | tStrand |
| int | score |
| box * | boxList |
| dlNode * | node |
Definition at line 192 of file xenbig.c.
struct dlList* cluster::contigs [read] |
Definition at line 195 of file xenbig.c.
Referenced by clusterRemoveEncompassed(), mergeContigs(), mergeIntoAdjacentClusters(), and mergeWithinCluster().
| char* cluster::query |
Definition at line 196 of file xenbig.c.
Referenced by clusterEncompassedBefore(), and mergeIntoAdjacentClusters().
| int cluster::qStart |
| int cluster::qEnd |
| int cluster::qOffset |
| char cluster::qStrand |
Definition at line 199 of file xenbig.c.
Referenced by clusterEncompassedBefore(), and mergeIntoAdjacentClusters().
| char* cluster::target |
Definition at line 200 of file xenbig.c.
Referenced by clusterEncompassedBefore(), and mergeIntoAdjacentClusters().
| int cluster::tStart |
| int cluster::tEnd |
| int cluster::tOffset |
| char cluster::tStrand |
Definition at line 203 of file xenbig.c.
Referenced by clusterEncompassedBefore(), and mergeIntoAdjacentClusters().
| int cluster::score |
Definition at line 204 of file xenbig.c.
Referenced by mergeContigs(), and mergeIntoAdjacentClusters().
struct box* cluster::boxList [read] |
struct dlNode* cluster::node [read] |
Definition at line 53 of file boxClump.c.
Referenced by boxFindClumps(), clusterEncompassedBefore(), clusterRemoveEncompassed(), and mergeClusters().
1.5.2