#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "node.h"
Functions | |
void | extrapolateNodes (float **PeakPosition, float *NodePosition, struct GelInfo *GelInfo) |
linear extrapolate out to get the peak positions at the edges (0th and last node) | |
void | adjustBoundaryNodes (float **PeakPosition, float *NodePosition, struct GelInfo *GelInfo) |
move first node to stopPreData and extrapolate out to get peak positions at the edges | |
void | writeLanes (float **PeakPosition, char *lanespath, float *NodePosition, struct GelInfo *GelInfo) |
write node and peak positions to lanes file |
|
move first node to stopPreData and extrapolate out to get peak positions at the edges the negative positions denoting interpolation is reset to positive
|
|
linear extrapolate out to get the peak positions at the edges (0th and last node)
|
|
write node and peak positions to lanes file
|