By downloading this code you agree to the
Source Code Use License (PDF). |
{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}