By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.02; (* of subfeatures.p 2011 Jan 20}
(* begin module describe.subfeatures *)
(*
name
subfeatures: extract a subset of features from exonfeatures
synopsis
subfeatures(exonfeatures: in, subfeaturesp: in, subexonfeatures: out,
output: out)
files
exonfeatures: features for the lister program generally generated
by the exon program.
subexonfeatures: a subset of the exonfeatures
subfeaturesp: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This allows the
user to be warned if an old parameter file is used.
mincoo: minimum coordinate to include
maxcoo: maximum coordinate to include
output: messages to the user
description
Read features in exonfeatures and write out only those features
within the range given in the parametes. The output features are
then much faster to analyze using lister.
examples
documentation
see also
Program that produces the features: exon.p
Program that uses the features: lister.p
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.subfeatures *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}