AjBool ajSeqTypeCheckS ( AjPStr* pthys, const AjPStr type_name );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPStr* | pthys | Modify | Sequence string |
const AjPStr | type_name | Input | Sequence type |
AjBool | RETURN | ajTrue if compatible. |
From EMBOSS 2.7.0
AjBool ajSeqTypeCheckIn ( AjPSeq thys, const AjPSeqin seqin );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeq | thys | Modify | Sequence object |
const AjPSeqin | seqin | Input | Sequence input object |
AjBool | RETURN | ajTrue if compatible. |
From EMBOSS 2.7.0
char ajSeqTypeNucS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeDnaS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeRnaS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeGapdnaS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeGaprnaS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeGapnucS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeAnyprotS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeProtS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
char ajSeqTypeGapanyS ( const AjPStr thys );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | thys | Input | Sequence string (unchanged at present) |
char | RETURN | invalid character if any. |
From EMBOSS 2.7.0
void ajSeqGap ( AjPSeq thys, char gapc, char padc );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeq | thys | Modify | Sequence |
char | gapc | Input | Standard gap character |
char | padc | Input | Gap character for ends of sequence |
void | RETURN |
From EMBOSS 1.0.0
void ajSeqGapLen ( AjPSeq thys, char gapc, char padc, ajint ilen );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeq | thys | Modify | Sequence |
char | gapc | Input | Standard gap character |
char | padc | Input | Gap character for ends of sequence |
ajint | ilen | Input | Sequence length. Expanded if longer than current length |
void | RETURN |
From EMBOSS 1.0.0
void ajSeqGapS ( AjPStr* seq, char gapc );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPStr* | seq | Modify | Sequence |
char | gapc | Input | Standard gap character |
void | RETURN |
From EMBOSS 1.0.0
void ajSeqSetNuc ( AjPSeq thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeq | thys | Modify | Sequence object |
void | RETURN |
From EMBOSS 1.0.0
void ajSeqSetProt ( AjPSeq thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeq | thys | Modify | Sequence object |
void | RETURN |
From EMBOSS 1.0.0
void ajSeqsetSetNuc ( AjPSeqset thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeqset | thys | Modify | Sequence set object |
void | RETURN |
From EMBOSS 2.8.0
void ajSeqsetSetProt ( AjPSeqset thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeqset | thys | Modify | Sequence set object |
void | RETURN |
From EMBOSS 2.8.0
void ajSeqType ( AjPSeq thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPSeq | thys | Modify | Sequence object |
void | RETURN |
From EMBOSS 1.0.0
void ajSeqPrintType ( AjPFile outf, AjBool full );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
AjBool | full | Input | Full output |
void | RETURN |
From EMBOSS 2.5.0
AjBool ajSeqTypeIsProt ( const AjPStr type_name );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | type_name | Input | Sequence type |
AjBool | RETURN | ajTrue if sequence can be protein |
From EMBOSS 2.7.0
AjBool ajSeqTypeIsNuc ( const AjPStr type_name );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | type_name | Input | Sequence type |
AjBool | RETURN | ajTrue if sequence can be nucleotide |
From EMBOSS 2.7.0
AjBool ajSeqTypeIsAny ( const AjPStr type_name );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | type_name | Input | Sequence type |
AjBool | RETURN | ajTrue if sequence can be protein or nucleotide |
From EMBOSS 2.7.0
AjBool ajSeqTypeSummary ( const AjPStr type_name, AjPStr* Ptype, AjBool* gaps );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | type_name | Input | Sequence type |
AjPStr* | Ptype | Output | Sequence type 'protein' 'nucleotide' or 'any' |
AjBool* | gaps | Output | True if gap characters are preserved |
AjBool | RETURN | ajTrue if sequence can be protein or nucleotide |
From EMBOSS 4.0.0
void ajSeqTypeExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 4.0.0
void ajSeqTypeUnused ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 4.1.0