The DINAMelt Server
Prediction of Melting Profiles for Nucleic Acids
References Download the UNAFold software Commercial license Contact us Server home
Table of Contents
hybrid-min - hybridize two RNA or DNA sequences
hybrid-min [OPTION]... FILE1 FILE2
hybrid-min computes a minimum energy hybridization of the sequences in FILE1 and FILE2. If the suffix option is used, the hybridization is computed using the energy rules with the suffix extension; otherwise, it is computed at each temperature from tMin to tMax degrees Celsius, in increments of tInc degrees. All output files are named with a prefix which consists of the first file name, a dash and the second file name, with the extension .seq removed from each file name. The free energy at each temperature is written to prefix.dG. The minimum energy structure is written to prefix.temperature.ct, and an ASCII representation is written to prefix.temperature.asc. hybrid-min also writes prefix.temperature.plot and prefix.temperature.ext in the manner of hybrid; each probability is either 1 or 0. A summary of the options the program was invoked with is written to prefix.run.
- -n, --NA=RNA|DNA
- sets nucleic acid type to RNA or DNA. Default is RNA.
- -t, --tmin=temp
- sets minimum temperature to temp. Default is 37.
- -i, --tinc=temp
- sets temperature increment to temp. Default is 1.
- -T, --tmax=temp
- sets maximum temperature to temp. Default is 37.
- -N, --sodium=value
- sets Sodium ion concentration to value molar. Default is 1.
- -M, --magnesium=value
- sets Magnesium ion concentration to value molar. Default is 0.
- -p, --polymer
- use salt corrections for polymers instead of oligomers (the default).
- -s, --suffix=string
- use energy rules with the suffix string. Overrides --tmin, --tinc, --tmax, --sodium, --magnesium and --polymer.
- -o, --output=prefix
- name output files with prefix.
- -r, --prohibit=i,j[,k]
- prohibit all basepairs in the helix from i,j to i+k-1,j-k+1. If j is 0, prohibit bases i to i+k-1 of the first sequence from pairing at all; if i is 0, prohibit bases j to j-k+1 of the second sequence from pairing at all. k defaults to 1 if not specified.
- -f, --force=i,j[,k]
- force all basepairs in the helix from i,j to i+k-1,j-k+1. If j is 0, forces bases i to i+k-1 of the first sequence to be double-stranded; if i is 0, forces bases j to j-k+1 of the second sequence to be double-stranded. k defaults to 1 if not specified.
- -E, --energyOnly
- skips computation of structure and outputs only prefix.dG and prefix.run. This mode uses less time and memory.
- -I, --noisolate
- prohibits all isolated basepairs. Isolated basepairs are helices of length 1; that is, they do not stack on another basepair on either side. (See also the --prefilter option below.)
- -z, --zip
- enforces "zipping up" helices by forcing single-stranded bases to dangle on adjacent basepairs when possible.
- -F, --mfold=P,W,MAX
- causes hybrid-min to perform multiple (suboptimal) tracebacks in the style of mfold. P indicates the percent suboptimality to consider; only structures with energies within P% of the minimum will be output. W indicates the window size; a structure must have at least W basepairs that are each a distance of at least W away from any basepair in a previous structure. MAX represents an absolute limit on the number of structures computed. When --mfold is specified, hybrid-min also writes prefix.ann and prefix.plot. These files contain the p-num values and the energy dot plot, respectively.
- -q, --quiet
- In quiet mode hybrid-min interprets the two arguments on the command line as sequences themselves, rather than as names of files containing sequences. In addition, no files are written and standard output consists only of the free energy.
- -c, --constraints=file
- reads a list of constraints from file. Constraints must be in the form "P i j k" or "F i j k". These are equivalent to specifying "--prohibit=i,j,k" and "--force=i,j,k", respectively. If file is not specified, it defaults to prefix.aux.
- -b, --basepairs=file
- reads a list of allowable helices from file. Each helix consists of three whitespace-delimited numbers which specify the starting basepair and the length of the helix. When this option is used, all basepairs except those in file are prohibited from forming.
- --allpairs
- allows basepairs to form between any two nucleotides. When --allpairs is not specified, only Watson-Crick and wobble basepairs are allowed.
- --maxloop=size
- sets the maximum size of bulge/interior loops to size. Default is 30.
- --nodangle
- removes single-base stacking from consideration.
- --prefilter=value1[,value2]
- Sets the prefilter to filter out all basepairs except those in groups of value2 adjacent basepairs of which value1 can form. value2 is the same as value1 if unspecified. Default is 2 of 2. (See also the --noisolate option above.)
- --stream
- reads sequences from standard input rather than files. Quiet mode is implied, so that free energies are written on standard output and no files are created.
- UNAFOLDDAT
- an alternate location from which to read the energy rules. The default energy rules can be overridden with files in the current directory or in the directory pointed to by UNAFOLDDAT. hybrid-min looks for each file first in the current directory, then in the directory specified by UNAFOLDDAT and last in /usr/local/share/unafold (or wherever the energy rules were installed).
hybrid(1), hybrid-ss-min(1)
 |
Nicholas R. Markham Department of Computer Science |
Michael Zuker Department of Mathematical Sciences |
Rensselaer Polytechnic Institute 2005-01-18 |