#include "allheaders.h"
#include "gelinfo.h"
#include "anacutoff.h"
Go to the source code of this file.
Functions | |
float | averageLaneSpacing (float **PeakPosition, struct GelInfo *GelInfo) |
calculate average lane spacing over gel given a set of peak positions | |
void | detectNoise (PIX *pixIn, float **PeakPosition, float *NodePosition, struct GelInfo *GelInfo, struct AnaCutoff *AnaCutoff, int *noisePresent, int Verbose) |
count the number of lanes with noise galaxy present | |
int | countMaxConsec (int *noise, int nlanes, float cutoff) |
counts the maximum span of values over a cutoff |
|
calculate average lane spacing over gel given a set of peak positions
|
|
counts the maximum span of values over a cutoff
|
|
count the number of lanes with noise galaxy present
|