![]() |
![]()
| ![]() |
![]()
NAMEipcress - In-silico PCR experiment simulation system SYNOPSISipcress [ options ] <primer file> <sequence paths> DESCRIPTIONipcress is the In-silico PCR Experiment Simulation System. This is a tool for simulation of PCR experiments. You supply a file containing primers and a set of sequences, and it predicts PCR products. Ipcress is similar to the e-PCR program from the NCBI, but is much faster, and does not suffer from problems identifying matches when there are ambiguity symbols near primer ends. If you supply many primers pairs together, ipcress will simulate the PCR experiments in parallel, allowing genome wide simulation of large numbers of experiments. It uses many libraries from the exonerate sequence comparison tool. INPUT FORMATThe input for ipcress is a simple white-space delimited file describing one experiment per line. Each line contains the following 5 fields:
Here is an example line in this format: ID0001 CATGCATGCATGC CGATGCANGCATGCT 900 1100 OUTPUT FORMATThe output format describes one PCR product per-line, and is prefixed by "ipcress:", followed by the following 11 fields:
The description field is one of the following 4 strings: There is also a human-readable output displayed, is not designed for parsing (see: --pretty below). GENERAL OPTIONSMost arguments have short and long forms. The long forms are more likely to be stable over time, and hence should be used in scripts which call ipcress.
FILE INPUT OPTIONS
IPCRESS PARAMETERS
ENVIRONMENTNot documented yet. EXAMPLESipcress test.ipcress sequence.fasta This is the simplest way that ipcress can be used.
ipcress dbsts_human.ipcress --sequence ncbi30/*.fasta --mismatch 1
Compare a input file against a set of fasta files,
allowing one mismatch in each primer.
VERSIONThis documentation accompanies version 2.2.0 of the exonerate package. AUTHORGuy St.C. Slater. <guy@ebi.ac.uk>. See the AUTHORS file accompanying the source code for a list of contributors. AVAILABILITYThis source code for the exonerate package is available under the terms of the GNU general public licence. Please see the file COPYING which was distrubuted with this package, or http://www.gnu.org/licenses/gpl.txt for details. This package has been developed as part of the ensembl project. Please see http://www.ensembl.org/ for more information. SEE ALSOexonerate(1),e-PCR
|