embmol.c
Create a sorted list of molwt fragments
Synopsis
Prototype
ajint embMolGetFrags (
const AjPStr thys,
ajint rno,
EmbPPropMolwt const* mwdata,
AjBool mono,
AjPList* l
);
Type | Name | Read/Write | Description |
const AjPStr | thys | Input | sequence |
ajint | rno | Input | 1=Trypsin 2=LysC 3=ArgC 4=AspN 5=V8b 6=V8p
7=Chy 8=CNBr |
EmbPPropMolwt const* | mwdata | Input | molecular weight data |
AjBool | mono | Input | true for monoisotopic data |
AjPList* | l | Output | list for results |
ajint | | RETURN | number of fragments |
Input
thys: | (Input) | sequence |
rno: | (Input) | 1=Trypsin 2=LysC 3=ArgC 4=AspN 5=V8b 6=V8p
7=Chy 8=CNBr |
mwdata: | (Input) | molecular weight data |
mono: | (Input) | true for monoisotopic data |
Output
l: | (Output) | list for results |
Returns
ajint: | number of fragments |
Description
Create a sorted list of molwt fragments
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