void embComComplexity ( const char* seq, const char* name, ajint len, ajint jmin, ajint jmax, ajint l, ajint step, ajint sim, ajint freq, ajint omnia, AjPFile fp, AjPFile pf, ajint print, float* MedValue );
Type | Name | Read/Write | Description |
---|---|---|---|
const char* | seq | Input | Sequence |
const char* | name | Input | Sequence name |
ajint | len | Input | Sequence length |
ajint | jmin | Input | Minimum |
ajint | jmax | Input | Maximum |
ajint | l | Input | Window length |
ajint | step | Input | Step size |
ajint | sim | Input | Simulation count |
ajint | freq | Input | Frequency calculation (boolean) |
ajint | omnia | Input | All sequences (boolean) |
AjPFile | fp | Modify | Output file |
AjPFile | pf | Modify | Temp file |
ajint | Input | Print (boolean) | |
float* | MedValue | Output | Results |
void | RETURN |
From EMBOSS 1.0.0
void embComWriteFile ( AjPFile fp, ajint jmin, ajint jmax, ajint lwin, ajint step, ajint sim );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | Output file |
ajint | jmin | Input | Minimum |
ajint | jmax | Input | Maximum |
ajint | lwin | Input | Window |
ajint | step | Input | Step size |
ajint | sim | Input | Simulation count |
void | RETURN |
From EMBOSS 1.0.0
void embComWriteValueOfSeq ( AjPFile fp, ajint n, const char* name, ajint len, float MedValue );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | Output file |
ajint | n | Input | Sequence number |
const char* | name | Input | Sequence name |
ajint | len | Input | Sequece length |
float | MedValue | Input | Mean value |
void | RETURN |
From EMBOSS 1.0.0
void embComUnused ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 1.0.0