About
Contact
hybrid-select.pl
Name
hybrid-select.pl - fold or hybridize RNA or DNA sequences with selected base pairs
Synopsis
hybrid-select.pl [OPTION]... FILE1 [FILE2]
Description
hybrid-select.pl performs two folding or hybridization calculations in sequence, with the output of the first calculation used to create a list of valid abse pairs for the second calculation.
Both the initial and final calculations may be either energy minimization or partition function; the default is an initial partition function calculation followed by an energy minimization.
When the initial calculation is a partition function, only base pairs having a specified probability of forming are retained for the second run. If the filtering stage is an energy minimization, only base pairs appearing in structures with energies within a specified percentage of the minimum energy are retained.
If the final calculation is an energy minimization, the --mfold option may be used; likewise, --tracebacks is acceptable if the final calculation is a partition function.
Options
Most of the options below are passed to the subprograms to which they apply, but --cutoff, --initial and --final affect the behavior of hybrid-select.pl directly.
- -n, --NA=RNA|DNA
- sets nucleic acid type to RNA or DNA. Default is RNA.
- -t, --t=temp
- sets 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.
- -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 from pairing at all; if i is 0, prohibit bases j to j-k+1 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 to be double-stranded; if i is 0, forces bases j to j-k+1 to be double-stranded. k defaults to 1 if not specified.
- -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 and --nopostfilter options below.)
- -k, --tracebacks=number
- computes number stochastic tracebacks and writes them to prefix.temperature.ct. Stochastic tracebacks are computed according to the Boltzmann probability distribution so that the probability of a structure is its Boltzmann factor divided by the partition function.
- -m, --maxbp=value
- Bases farther apart than value cannot form. Default is no limit.
- -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.
- -C, --cutoff=value
- Sets the cutoff for basepairs to be included in the second run, as a probability or a percent of the minimum energy. Default is 0.001 (partition function) or 5% (energy minimization).
- --initial=program
- Specifies the program to run in the first phase. May be the name of a program like hybrid-ss or one of the codes "PF" and "EM". PF chooses hybrid-ss or hybrid, while EM chooses hybrid-ss-min or hybrid-min. Default is PF.
- --final=program
- Specifies the program to run in the second phase, using the same choices as --initial. Default is EM.
Obscure Options
- --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.
- --simple
- makes the penalty for multibranch loops constant rather than affine.
- --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.)
- --nopostfilter
- Disables the postfilter. The postfilter, which is enabled by default, removes from consideration all structures that consist of only one basepair.
Environment
- 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-select.pl 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).
Table of Contents
UNAFold Man pages
- concentration / concentration-same
- concentrations.pl / concentrations-same.pl
- ct2rnaml
- ct-energy
- ct-energy-det.pl
- ct-ext
- ct-prob
- ct-uniq
- dG2Cp
- dG2dH / dG2dS
- ensemble-dg / ensemble-dg-same
- ensemble-ext / ensemble-ext-same
- h-num.pl
- hybrid
- hybrid2.pl
- hybrid-2s.pl
- hybrid-min
- hybrid-plot / hybrid-plot-ng
- hybrid-select.pl
- hybrid-ss / hybrid-ss-simple / hybrid-ss-noml
- hybrid-ss-2s.pl
- hybrid-ss-min
- ITC-plot.pl
- melt.pl
- plot2ann.pl
- ss-count.pl
- UNAFold.pl
- vantHoff-plot.pl