AjPPhyloDist ajPhyloDistNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloDist | RETURN | AjPPhyloDist object |
From EMBOSS 2.8.0
AjPPhyloFreq ajPhyloFreqNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloFreq | RETURN | AjPPhyloFreq object |
From EMBOSS 2.8.0
AjPPhyloProp ajPhyloPropNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloProp | RETURN | AjPPhyloProp object |
From EMBOSS 2.8.0
AjPPhyloState ajPhyloStateNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloState | RETURN | AjPPhyloState object |
From EMBOSS 2.8.0
AjPPhyloTree ajPhyloTreeNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloTree | RETURN | AjPPhyloTree object |
From EMBOSS 2.8.0
void ajPhyloDistDel ( AjPPhyloDist* pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloDist* | pthis | Delete | Distance object |
void | RETURN |
From EMBOSS 2.8.0
void ajPhyloFreqDel ( AjPPhyloFreq* pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloFreq* | pthis | Delete | frequency object |
void | RETURN |
From EMBOSS 2.8.0
void ajPhyloPropDel ( AjPPhyloProp* pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloProp* | pthis | Delete | Properties object |
void | RETURN |
From EMBOSS 2.8.0
void ajPhyloStateDel ( AjPPhyloState* pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloState* | pthis | Delete | Discrete states object |
void | RETURN |
From EMBOSS 2.8.0
void ajPhyloStateDelarray ( AjPPhyloState** pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloState** | pthis | Delete | States object array |
void | RETURN |
From EMBOSS 4.1.0
void ajPhyloTreeDel ( AjPPhyloTree* pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloTree* | pthis | Delete | Trees object |
void | RETURN |
From EMBOSS 2.8.0
void ajPhyloTreeDelarray ( AjPPhyloTree** pthis );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPPhyloTree** | pthis | Delete | Trees object array |
void | RETURN |
From EMBOSS 4.1.0
AjPPhyloDist* ajPhyloDistRead ( const AjPStr filename, ajint size, AjBool missing );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | filename | Input | input filename |
ajint | size | Input | Number of rows in distance matrix |
AjBool | missing | Input | Missing values (replicates zero) allowed |
AjPPhyloDist* | RETURN | Phylogenetic distances object on success NULL on failure |
From EMBOSS 2.8.0
void ajPhyloDistTrace ( const AjPPhyloDist thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPPhyloDist | thys | Input | Phylogenetic frequencies object |
void | RETURN |
From EMBOSS 2.8.0
AjPPhyloFreq ajPhyloFreqRead ( const AjPStr filename, AjBool contchar, AjBool genedata, AjBool indiv );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | filename | Input | input filename |
AjBool | contchar | Input | Continuous character data expected |
AjBool | genedata | Input | Gene frequency data expected |
AjBool | indiv | Input | Multiple individuals for one name only for continuous character data. |
AjPPhyloFreq | RETURN | Phylogenetic frequencies object on success NULL on failure |
From EMBOSS 2.8.0
void ajPhyloFreqTrace ( const AjPPhyloFreq thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPPhyloFreq | thys | Input | Phylogenetic frequencies object |
void | RETURN |
From EMBOSS 2.8.0
AjPPhyloProp ajPhyloPropRead ( const AjPStr filename, const AjPStr propchars, ajint len, ajint size );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | filename | Input | input filename |
const AjPStr | propchars | Input | Valid property characters |
ajint | len | Input | Length of properties string |
ajint | size | Input | Number of property sets expected If zero, read first only or whatever the file says |
AjPPhyloProp | RETURN | Phylogenetic properties object on success NULL on failure |
From EMBOSS 2.8.0
ajint ajPhyloPropGetSize ( const AjPPhyloProp thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPPhyloProp | thys | Input | Properties object |
ajint | RETURN | Number of property strings |
From EMBOSS 2.8.0
void ajPhyloPropTrace ( const AjPPhyloProp thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPPhyloProp | thys | Input | Phylogenetic frequencies object |
void | RETURN |
From EMBOSS 2.9.0
AjPPhyloState* ajPhyloStateRead ( const AjPStr filename, const AjPStr statechars );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | filename | Input | input filename |
const AjPStr | statechars | Input | Valid state characters |
AjPPhyloState* | RETURN | Phylogenetic discrete states object on success NULL on failure |
From EMBOSS 2.8.0
void ajPhyloStateTrace ( const AjPPhyloState thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPPhyloState | thys | Input | Phylogenetic discrete states object |
void | RETURN |
From EMBOSS 2.9.0
AjPPhyloTree* ajPhyloTreeRead ( const AjPStr filename, ajint size );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | filename | Input | input filename |
ajint | size | Input | Number of trees expected If zero, read all trees |
AjPPhyloTree* | RETURN | Phylogenetic tree object array on success NULL on failure |
From EMBOSS 2.8.0
void ajPhyloTreeTrace ( const AjPPhyloTree thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPPhyloTree | thys | Input | Phylogenetic discrete states object |
void | RETURN |
From EMBOSS 2.9.0
void ajPhyloExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 4.1.0