AjBool ajSeqABITest ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
AjBool | RETURN | ajTrue on success |
From EMBOSS 1.8.0
AjBool ajSeqABIReadConfid ( AjPFile fp, ajlong pconO, ajlong numBases, float* Pqual );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format input file |
ajlong | pconO | Input | PCON offset in an ABI file |
ajlong | numBases | Input | number of bases |
float* | Pqual | Output | array of confidence values |
AjBool | RETURN | ajTrue on success |
From EMBOSS 6.3.0
AjBool ajSeqABIReadSeq ( AjPFile fp, ajlong baseO, ajlong numBases, AjPStr* nseq );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format input file |
ajlong | baseO | Input | PBAS offset in an ABI file |
ajlong | numBases | Input | number of bases |
AjPStr* | nseq | Output | read sequence |
AjBool | RETURN | ajTrue on success |
From EMBOSS 1.8.0
AjBool ajSeqABIMachineName ( AjPFile fp, AjPStr* machine );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
AjPStr* | machine | Output | machine name |
AjBool | RETURN | ajTrue on success |
From EMBOSS 1.8.0
ajint ajSeqABIGetNData ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | Number of data points in file |
From EMBOSS 1.8.0
ajint ajSeqABIGetNBase ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | Number of bases in file |
From EMBOSS 1.8.0
void ajSeqABIGetData ( AjPFile fp, const ajlong* Offset, ajlong numPoints, AjPInt2d trace );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
const ajlong* | Offset | Input | data offset in ABI file |
ajlong | numPoints | Input | number of data points |
AjPInt2d | trace | Output | (4xnumPoints) array of trace data |
void | RETURN |
From EMBOSS 1.8.0
void ajSeqABIGetBasePosition ( AjPFile fp, ajlong numBases, AjPShort* basePositions );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajlong | numBases | Input | number of bases to be read |
AjPShort* | basePositions | Output | base positions output |
void | RETURN |
From EMBOSS 1.8.0
void ajSeqABIGetSignal ( AjPFile fp, ajlong fwo_, ajshort* sigC, ajshort* sigA, ajshort* sigG, ajshort* sigT );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajlong | fwo_ | Input | field order |
ajshort* | sigC | Output | average signal strength for C |
ajshort* | sigA | Output | average signal strength for A |
ajshort* | sigG | Output | average signal strength for G |
ajshort* | sigT | Output | average signal strength for T |
void | RETURN |
From EMBOSS 1.8.0
float ajSeqABIGetBaseSpace ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
float | RETURN | base spacing |
From EMBOSS 1.8.0
ajint ajSeqABIGetBaseOffset ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | 'PBAS' tag offset in an ABI file |
From EMBOSS 1.8.0
ajint ajSeqABIGetBasePosOffset ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | base position offset in an ABI file |
From EMBOSS 1.8.0
ajint ajSeqABIGetConfidOffset ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | 'PCON' tag offset in an ABI file |
From EMBOSS 6.3.0
ajint ajSeqABIGetFWO ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | field order |
From EMBOSS 1.8.0
ajint ajSeqABIGetPrimerOffset ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | primer offset |
From EMBOSS 1.8.0
ajint ajSeqABIGetPrimerPosition ( AjPFile fp );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajint | RETURN | primer position |
From EMBOSS 1.8.0
AjBool ajSeqABIGetTraceOffset ( AjPFile fp, ajlong* Offset );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
ajlong* | Offset | Output | trace data offset, used in ajSeqABIGetData |
AjBool | RETURN | ajTrue on success |
From EMBOSS 1.8.0
AjBool ajSeqABISampleName ( AjPFile fp, AjPStr* sample );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | fp | Modify | ABI format file |
AjPStr* | sample | Output | sample name |
AjBool | RETURN | true if read successfully |
From EMBOSS 2.0.0