By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.08; (* of difri.p 1995 April 17}
(* begin module describe.difri *)
(*
name
difri: difference in Ri values in a scan data file
synopsis
difri(data: in, difrip: in, xyin: in, output: out)
files
data: output data file from the scan program.
difrip: parameter file to control the program.
first line: one integer, the distance between Ri values.
second line: If the first character is:
r: Ri values are used
p: probability values are used
z: Z values are used
xyin: input data file to the xyplop program.
output: messages to the user
description
examples
documentation
This program the data file, extracts sites "distance" bases apart
and puts their Ri values into a xyin file for plotting with xyplo.
see also
scan.p, xyplo.p
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.difri *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}