By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.21; (* of encsum.p 1994 sep 5}
(* begin module describe.encsum *)
(*
name
encsum: sum of the vectors of encoded sequences
synopsis
encsum(encseq: in, sum: out, output: out)
files
encseq: the file of encoded sequences; this is the output of
the program 'encode'
sum: the output of this program
output: for messages to the user
description
this program takes as input a file of encoded sequences, from the
encode program, and sums the individual sequence vectors into one
vector of their sums. this is useful for doing histograms or
compositions of many sequences.
see also
encode.p
author
gary stormo
bugs
none known
*)
(* end module describe.encsum *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}