embmat.c
Deallocate a MatMatch structure
Synopsis
Prototype
void embMatMatchDel (
EmbPMatMatch* s
);
Type | Name | Read/Write | Description |
EmbPMatMatch* | s | Output | Structure to delete |
void | | RETURN | |
Output
s: | (Output) | Structure to delete |
Returns
Description
Deallocate a MatMatch structure
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0
Initialise file pointer to the EMBOSS PRINTS data file
Synopsis
Prototype
void embMatPrintsInit (
AjPFile* fp
);
Type | Name | Read/Write | Description |
AjPFile* | fp | Output | file pointer |
void | | RETURN | |
Output
Returns
Description
Initialise file pointer to the EMBOSS PRINTS data file
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0
Fill a protein matrix structure (EmbPMatPrints) from a data file
Gets next entry.
Synopsis
Prototype
EmbPMatPrints embMatProtReadInt (
AjPFile fp
);
Type | Name | Read/Write | Description |
AjPFile | fp | Modify | data file pointer |
EmbPMatPrints | | RETURN | matrix structure |
Input & Output
fp: | (Modify) | data file pointer |
Returns
EmbPMatPrints: | matrix structure |
Description
Fill a protein matrix structure (EmbPMatPrints) from a data file
Gets next entry.
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0
Deallocate a protein matrix structure (EmbPMatPrints)
Synopsis
Prototype
void embMatProtDelInt (
EmbPMatPrints* s
);
Type | Name | Read/Write | Description |
EmbPMatPrints* | s | Delete | matrix structure |
void | | RETURN | |
Output
s: | (Delete) | matrix structure |
Returns
Description
Deallocate a protein matrix structure (EmbPMatPrints)
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0
Scan a protein sequence with a fingerprint
Synopsis
Prototype
ajuint embMatProtScanInt (
const AjPStr s,
const AjPStr n,
const EmbPMatPrints m,
AjPList* l,
AjBool* all,
AjBool* ordered,
AjBool overlap
);
Type | Name | Read/Write | Description |
const AjPStr | s | Input | Sequence |
const AjPStr | n | Input | name of sequence |
const EmbPMatPrints | m | Input | Fingerprint matrix |
AjPList* | l | Output | List to push hits to |
AjBool* | all | Output | Set if all elements match |
AjBool* | ordered | Output | Set if all elements are in order |
AjBool | overlap | Input | True if overlaps are allowed |
ajuint | | RETURN | number of hits |
Input
s: | (Input) | Sequence |
n: | (Input) | name of sequence |
m: | (Input) | Fingerprint matrix |
overlap: | (Input) | True if overlaps are allowed |
Output
l: | (Output) | List to push hits to |
all: | (Output) | Set if all elements match |
ordered: | (Output) | Set if all elements are in order |
Returns
Description
Scan a protein sequence with a fingerprint
Usage
See source code
Example
In preparation
Errors
See source code
Dependencies
See source code
See Also
See other functions in this section
Availability
In release 6.4.0