📄 profilenormal.h
字号:
/* * $Id: ProfileNormal.h 1339 2006-09-21 19:46:28Z tbailey $ * * $Log$ * Revision 1.1 2005/07/29 18:47:12 nadya * Initial revision * */#ifndef PROFILENORMAL_H #define PROFILENORMAL_H #include <macros.h>#include <nrutil.h>#include <rtarray.h>#include <curves.h>#include <chi.h>#define ERROR 0#define NOERROR 1 typedef struct { float Score; float Calc; float SeqLen; float Zscore; float EVPvalue; /* p-value based on Gaussian extreme value */ int Order; long fp; /* file pointer to beginning of sequence */ } SEQUENCE;BOOLEAN ProfileNormal( int mmode, int sdmode, int nmotifs, float *mu, float *sigma, int *w, FILE *DatFile, FILE *OutFile, FILE *ZScoreFile, int MinNorm, float PtCut, SEQUENCE *sequences, int Count );BOOLEAN MrqMin( float X[], float Y[], float Sig[], int NData, float A[], int MA, int ListA[],int MFit, float **Covar,float **Alpha, float *ChiSq, float *Alamda,float *delChiSq, FTYPE Funcs);void MrqCof( float X[], float Y[], float Sig[], int NData, float A[], int MA, int ListA[],int MFit, float **Alpha,float *Beta, float *ChiSq, FTYPE Funcs);void Gaussj( float **A, int N, float **B, int M , BOOLEAN *MrqMin );void CovSrt( float **Covar, int MA, int ListA[], int MFit );#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -