-
Notifications
You must be signed in to change notification settings - Fork 15
/
README
134 lines (85 loc) · 3.89 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
DART: DNA/Amino/RNA Tests
===============================================================================
The primary documentation for DART is on biowiki.org:
http://biowiki.org/DART
See in particular the pages listed in doc/index.html
===============================================================================
INSTALLATION
============
Type "./configure; make all".
See INSTALL file for more info.
===============================================================================
NOTES
=====
DART is a collection of application programs for doing
probabilistic bioinformatics using evolutionary models
and stochastic grammars.
As well as the primary packages (Handel, Stemloc, XRate etc),
DART contains various utilities related to the primary datatypes:
DNA, RNA and protein sequence.
The package was mostly written by Ian Holmes <[email protected]>
with contributions by Gerton Lunter, Oscar Westesson, Rob Bradley,
Lars Barquist, and others.
For a full list of contributors see http://biowiki.org/dart
Some free packages from external sources are included in the distribution:
dart/src/newmat [Newmat, by RB Davies]
dart/src/randlib [randlib, from UTexas Biomath dept]
dart/src/Weighbor [Weighbor, by Bill Bruno & Nick Socci]
dart/src/util/Regexp.* [regexp library by Henry Spencer & others]
DART is released under the GNU Public License (GPL).
===============================================================================
Supported packages
==================
xrate: A package for training phylo-grammars using EM,
and applying them to annotate alignments.
handalign: phylogenetic multiple alignment software.
stemloc: comparative RNA structure-finder using accelerated
pairwise stochastic context-free grammars.
evoldoer: pairwise RNA alignment using an evolutionary model.
protpal: approximate phylogenetic alignment using sequence profiles.
Also included are various bioinformatics tools, tests and algorithms.
Longer (but not by much) package descriptions
=============================================
** xrate
This is a package for training & annotation using phylogrammars.
See the following URL for documentation:
http://biowiki.org/XRATE
** handalign
This is a package for inferring multiple sequence alignment,
phylogeny, and ancestral sequences, under an evolutionary model for
substitutions and indels.
Since it uses a probabilistic (MCMC) approach, as well as "greedy"
heuristics (progressive alignment etc), the program can generate
suboptimal alignments as well as looking for the best alignment.
See the following URL for more info:
http://biowiki.org/HandAlign
** stemloc
This is a program for finding conserved motifs in RNA sequences,
using pairwise stochastic context-free grammars.
The algorithm simultaneously aligns and folds multiple RNA sequences,
and may be viewed as a constrained (and so accelerated) version of
the dynamic programming method of Sankoff et al.
Due to the probabilistic nature of the approach,
the program can be "trained" directly from data, without the
need for expert knowledge to set the parameters.
See the following URL for a tutorial:
http://biowiki.org/StemLoc
** evoldoer
Like stemloc, this is an RNA alignment program, but it only does
pairwise alignments, not multiple alignments. It is however
fully based on an evolutionary model for RNA structure,
called the TKF Structure Tree (TKFST), based on the TKF91 model.
TKFST models indels of whole substructures as well as point
(base) substitutions & indels and covariant (basepair)
substitutions & indels.
See the following URL for more info:
http://biowiki.org/EvolDoer
** protpal
Program for approximate statistical alignment and reconstruction.
Uses progressive alignment and sequence profile transducers.
See the following URL for more info:
http://biowiki.org/ProtPal
REFERENCES
==========
For references see the following URL:
http://biowiki.org/PaperArchive