 |
|
| |
SPARSE(1) |
User Commands |
SPARSE(1) |
sparse - manual page for sparse (LocARNA 2.0.0)
sparse - fast pairwise fast alignment of RNAs.
USAGE: sparse [options] <Input 1> <Input 2>
sparse is an even faster, stronger sparsified pairwise alignment
algorithm than locarna. Like locarna, it performs fast simultaneous folding
and alignment based on two RNA sequences (or alignments). In addition to the
filtering of considered base pairs by their probabilities, it filters by
conditional probabilities of bases and base pairs in their enclosing
loops.
The usage, input, constraints-specifications and output are
analogous to locarna; please refer to the help or man page of locarna for
explanations and examples.
- -h, --help
- Print this help.
- --galaxy-xml
- Print galaxy xml wrapper.
- -V, --version
- Print only version string.
- -v, --verbose
- Be verbose. Prints input parameters, sequences and size information.
- -q, --quiet
- Be quiet.
- -i,
--indel=<score>(-150)
- Indel score. Score contribution of each single base insertion or deletion.
Indel opening score and indel score define the affine scoring of
gaps.
- -i,
--indel-loop=<score>(-300)
- Score for insertions and deletions of loops per base
- --indel-opening=<score>(-750)
- Indel opening score. Score contribution of opening an insertion or
deletion, i.e. score for a consecutive run of deletions or insertions.
Indel opening score and indel score define the affine scoring of
gaps.
- --indel-opening-loop=<score>(-900)
- Opening score for insertions and deletions of loops
- --ribosum-file=<f>(RIBOSUM85_60)
- File specifying the Ribosum base and base-pair similarities. [default: use
RIBOSUM85_60 without requiring a Ribosum file.]
- --use-ribosum=<bool>(true)
- Use ribosum scores for scoring base matches and base pair matches; note
that tau=0 suppresses any effect on the latter.
- -m,
--match=<score>(50)
- Set score contribution of a base match (unless ribosum scoring).
- -M,
--mismatch=<score>(0)
- Set score contribution of a base mismatch (unless ribosum scoring).
- --unpaired-penalty=<score>(0)
- Penalty for unpaired bases
- -s,
--struct-weight=<score>(200)
- Maximal weight of 1/2 arc match. Balances structure vs. sequence score
contributions.
- -e,
--exp-prob=<prob>
- Expected base pair probability. Used as background probability for base
pair scoring [default: calculated from sequence length].
- -t,
--tau=<factor>(100)
- Tau factor. Factor for contribution of sequence similarity in an arc match
(in percent). tau=0 does not penalize any sequence information including
compensatory mutations at arc matches, while tau=100 scores sequence
similarity at ends of base matches (if a scoring matrix like ribosum is
used, this adds the contributions for base pair match from the matrix).
[default tau=0!]
- -E,
--exclusion=<score>(0)
- Score contribution per exclusion in structure local alignment. Set to zero
for unrestricted structure locality.
- --stacking
- Use stacking terms (requires stack-probs by RNAfold -p2)
- --new-stacking
- Use new stacking terms (requires stack-probs by RNAfold -p2)
- --extended-pf
- Use extended precision for the computation of sequence envelopes. This
enables handling significantly larger instances. [default]
- --quad-pf
- Use quad precision for partition function values. Even more precision than
extended pf, but usually much slower (overrides extended-pf).
- The tool is called with two input files <Input 1> and <Input
2>, which specify the two input sequences or input alignments.
Different input formats (Fasta, Clustal, Stockholm, LocARNA PP, ViennaRNA
postscript dotplots) are accepted and automatically recognized (by file
content); the two input files can be in different formats. Extended
variants of the Clustal and Stockholm formats enable specifying anchor and
structure constraints.
The latest LocARNA package release is available online at at
Github https://github.com/s-will/LocARNA and
http://www.bioinf.uni-freiburg.de/Software/LocARNA/
Copyright 2005- Milad Miladi, Sebastian Will, Christina Otto. The
LocARNA package is released under GNU Public License v3.0
Sebastian Will, Christina Otto, Milad Miladi, Mathias Möhl,
and Rolf Backofen. SPARSE: quadratic time simultaneous alignment and folding
of RNAs without sequence-based heuristics. Bioinformatics 31 (15):
2489-2496, 2015. doi:10.1093/bioinformatics/btv185
This man page is written and maintained by Sebastian Will it is
part of the LocARNA package.
The sparse tool and sparse alignment algorithm is written by Milad
Miladi. Library classes for strong ensemble-based sparsification are written
by Christina Otto.
Report bugs to <miladim (at)
informatik.uni-freiburg.de>.
The LocARNA PP 2.0 format is described online at
http://www.bioinf.uni-freiburg.de/Software/LocARNA/PP/
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc.
|