AjPNexus ajNexusParse (
      AjPFilebuff buff
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPFilebuff | buff | Modify | Input buffered file | 
| AjPNexus | RETURN | Nexus data object | 
From EMBOSS 2.8.0
AjPNexus ajNexusNew (
      void
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPNexus | RETURN | New AjPNexus object | 
From EMBOSS 2.8.0
void ajNexusDel (
      AjPNexus* pthys
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPNexus* | pthys | Delete | AjPNexus object | 
| void | RETURN | 
From EMBOSS 2.8.0
void ajNexusTrace (
      const AjPNexus thys
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| const AjPNexus | thys | Input | nexus object | 
| void | RETURN | 
From EMBOSS 2.8.0
AjPStr* ajNexusGetTaxa (
      const AjPNexus thys
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| const AjPNexus | thys | Input | Nexus object | 
| AjPStr* | RETURN | taxa string array, NULL terminated, read only | 
From EMBOSS 2.8.0
ajuint ajNexusGetNtaxa (
      const AjPNexus thys
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| const AjPNexus | thys | Input | Nexus object | 
| ajuint | RETURN | Number of taxa | 
From EMBOSS 2.8.0
AjPStr* ajNexusGetSequences (
      AjPNexus thys
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPNexus | thys | Modify | Nexus object | 
| AjPStr* | RETURN | taxa string array, NULL terminated, read only | 
From EMBOSS 2.8.0
void ajNexusExit (
      void
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| void | RETURN | 
From EMBOSS 6.5.0