Go to the source code of this file.
Data Structures | |
struct | FPeakFile |
Typedefs | |
typedef FPeakFile | FPeakFile |
Functions | |
int | FPeakFile_load (char *szFilename, FPeakFile *file) |
int | FPeakFile_sntLoad (FPeakFile *file, Experiment *expmnt, char *session, char *name, char *tile) |
int | FPeakFile_populateNextSegment (FPeakFile *file) |
void | FPeakFile_initIterator (FPeakFile *file) |
Segment * | FPeakFile_getNextSegment (FPeakFile *file) |
int | FPeakFile_querySegment (char *szFilename, int scan, int bin) |
void | FPeakFile_destroy (FPeakFile *file) |
int | FPeakFile_countSegments (FPeakFile *file) |
void | FPeakFile_init (FPeakFile *file) |
void | FPeakFile_fprintHeader (FILE *fp, char *experiment, Rectangle4i *rect, ProcScript *PS, int nSegments, char *curve, int npeaks_cutoff) |
FPeak2i * | FPeakFile_getFPeak2iArray (FPeakFile fpkfile, int *nFPeaks) |
Peak2f * | FPeakFile_getPeak2fArray (FPeakFile *fpkfile, int *nFPeaks) |
int * | getSkippedLabels (char *szPath, char *szFilename, int *nsize) |
Segment | Experiment_getSegment (Experiment expmnt, char *szSession, int nSegment) |
Segment | FPeakFile_getSegment (FPeakFile fpkfile, char *szSession, int nSegment) |
void | FPeakFile_tile (FPeakFile *fpk, char *fullname) |
FPeak2iToSegmentIndex * | FPeakFile_getFPeak2iToSegmentMap (FPeakFile *file) |