first previous next last contents

Eba

NAME

eba -- Estimates Base Accuracy in an SCF or ZTR file

SYNOPSIS

eba [trace_file]

DESCRIPTION

Eba will calculate numerical estimates of base accuracy for each base in an SCF or ZTR file. The figures calculated should not be considered as reliable and better values can be obtained from phred or ATQA.

The method employed by eba to estimate the base accuracies performs the following calculation for each base. Calculate the area under the peaks for each base type. Divide the area under the called base by the largest area under the other three bases. From the 2002 release these values are normalised to the phred scale (this was achieved by comaring the original eba values and phred values for 4.6 million base calls of Sanger Centre data).

With no filename as an argument eba reads from standard input and writes to standard output. This enables eba to be used as a filter, or to estimate base accuracies for unwritable files. If a file is specified on the command line then the accuracy figures will be written to this file.

EXAMPLES

To write base accuracy figures to an SCF file named e04f10.s1SCF.

eba e04f10.s1SCF

To write base accuracy figures on the original eba scale to an SCF file named e04f10.s1SCF.

eba -old_scale e04f10.s1SCF

To write base accuracy figures to a ZTR file named e04f10.s1.ztr in another users directory, and to store the updated file in the current directory:

eba < ~user/e04f10.s1.ztr > e04f10.s1.ztr

SEE ALSO

See section scf(4).


first previous next last contents
This page is maintained by staden-package. Last generated on 22 October 2002.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/manpages_unix_4.html