#include <genoFind.h>
Collaboration diagram for genoFind:

Data Fields | |
| int | maxPat |
| int | minMatch |
| int | maxGap |
| int | tileSize |
| int | stepSize |
| int | tileSpaceSize |
| int | tileMask |
| int | sourceCount |
| gfSeqSource * | sources |
| bool | isPep |
| bool | allowOneMismatch |
| int | segSize |
| bits32 | totalSeqSize |
| bits32 * | listSizes |
| void * | allocated |
| bits32 ** | lists |
| bits16 ** | endLists |
Definition at line 88 of file genoFind.h.
| int genoFind::maxPat |
Definition at line 91 of file genoFind.h.
Referenced by gfAddSeq(), gfAllocLists(), gfCountSeq(), gfNewEmpty(), gfZeroNonOverused(), gfZeroOverused(), and maskSimplePepRepeat().
Definition at line 93 of file genoFind.h.
Referenced by gfFindClumpsWithQmask(), gfNewEmpty(), and targetClump().
| int genoFind::maxGap |
Definition at line 96 of file genoFind.h.
Referenced by clumpHits(), clumpNear(), dnaQuery(), fastMapClumpsToBundles(), ffSeedExtInMem(), gfAddLargeSeq(), gfAddSeq(), gfAddTilesInNib(), gfAlignSomeClumps(), gfCountSeq(), gfCountTilesInNib(), gfFastFindDnaHits(), gfFindAlignAaTrans(), gfFindClumpsWithQmask(), gfIndexNibsAndTwoBits(), gfNewEmpty(), gfSegmentedFindHits(), gfSegmentedFindNearHits(), gfStraightFindHits(), gfStraightFindNearHits(), gfTransTransFindBundles(), maskSimplePepRepeat(), pcrClumps(), refineBundle(), scanIndexForSmallExons(), and targetClump().
Definition at line 97 of file genoFind.h.
Referenced by dnaQuery(), gfAddLargeSeq(), gfAddSeq(), gfCountSeq(), and gfNewEmpty().
Definition at line 98 of file genoFind.h.
Referenced by gfAllocLargeLists(), gfAllocLists(), gfMakeOoc(), gfNewEmpty(), gfZeroNonOverused(), and gfZeroOverused().
Definition at line 100 of file genoFind.h.
Referenced by findSource(), genoFindFree(), gfFindNamedSource(), and gfIndexNibsAndTwoBits().
struct gfSeqSource* genoFind::sources [read] |
Definition at line 101 of file genoFind.h.
Referenced by findSource(), genoFindFree(), gfFindNamedSource(), and gfIndexNibsAndTwoBits().
| bool genoFind::isPep |
Definition at line 102 of file genoFind.h.
Referenced by clumpHits(), clumpNear(), gfAddLargeSeq(), gfAddSeq(), gfCountSeq(), gfFindHitsWithQmask(), gfNewEmpty(), gfPcrClumps(), gfSegmentedFindHits(), gfSegmentedFindNearHits(), gfStraightFindHits(), and gfStraightFindNearHits().
Definition at line 104 of file genoFind.h.
Referenced by gfAddLargeSeq(), gfCountSeq(), gfFindHitsWithQmask(), gfIndexSeq(), gfMakeOoc(), gfNewEmpty(), gfPcrClumps(), gfSegmentedFindHits(), and gfSegmentedFindNearHits().
| bits32 genoFind::totalSeqSize |
Definition at line 105 of file genoFind.h.
Referenced by clumpHits(), gfIndexNibsAndTwoBits(), and gfIndexTransNibsAndTwoBits().
| bits32* genoFind::listSizes |
Definition at line 106 of file genoFind.h.
Referenced by genoFindFree(), gfAddLargeSeq(), gfAddSeq(), gfAllocLargeLists(), gfAllocLists(), gfCountSeq(), gfFastFindDnaHits(), gfMakeOoc(), gfNewEmpty(), gfSegmentedFindHits(), gfSegmentedFindNearHits(), gfStraightFindHits(), gfStraightFindNearHits(), gfZeroNonOverused(), gfZeroOverused(), maskSimplePepRepeat(), and pcrClumps().
| void* genoFind::allocated |
Definition at line 107 of file genoFind.h.
Referenced by genoFindFree(), gfAllocLargeLists(), and gfAllocLists().
| bits32** genoFind::lists |
Definition at line 108 of file genoFind.h.
Referenced by genoFindFree(), gfAddSeq(), gfAllocLists(), gfFastFindDnaHits(), gfNewEmpty(), gfStraightFindHits(), gfStraightFindNearHits(), and pcrClumps().
| bits16** genoFind::endLists |
Definition at line 110 of file genoFind.h.
Referenced by gfAddLargeSeq(), gfAllocLargeLists(), gfNewEmpty(), gfSegmentedFindHits(), and gfSegmentedFindNearHits().
1.5.2