first previous next last contents

chain_left

#include <IO.h>

int chain_left(
        GapIO  *io,
        int     gel);

This function finds the left most reading number of the contig containing the reading numbered gel. This is done by chaining along the left neighbours of each reading in turn until the contig end is reached. The function detects possible loops and returns -1 in this case. Otherwise the left most reading number is returned.


first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_139.html