embmol.c


Function embMolGetFrags

Create a sorted list of molwt fragments

Synopsis

Prototype
ajint embMolGetFrags (
      const AjPStr thys,
      ajint rno,
      EmbPPropMolwt const* mwdata,
      AjBool mono,
      AjPList* l
);

TypeNameRead/WriteDescription
const AjPStrthysInputsequence
ajintrnoInput1=Trypsin 2=LysC 3=ArgC 4=AspN 5=V8b 6=V8p 7=Chy 8=CNBr
EmbPPropMolwt const*mwdataInputmolecular weight data
AjBoolmonoInputtrue for monoisotopic data
AjPList*lOutputlist for results
ajint RETURNnumber 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