Delila Program: frese

frese program

Documentation for the frese program is below, with links to related programs in the "see also" section.

{version = 1.01; (* of frese.p 1991 November 30}

(* begin module describe.frese *)
(*
name
   frese: frequency table to sequ

synopsis
   frese(fresep: in, sequ: out, output: out)

files
   fresep: input frequency table (parameters to the program)
     a set of integers, 5 per line, representing first the coordinate
     and then the numbers of a,c,g and t to use.
   sequ: sequences which could have produced the fresep frequencies,
     ready for input to makebk.
   output: messages to the user

description
   Frese converts a table of frequencies to a set of raw sequences
   so they may be analyzed.  The raw sequences have the same frequencies,
   but, of course, are not the same as the original sequences.

examples

documentation

see also
   makebk.p

author
   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.frese *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}