File: dnaalign.tex

package info (click to toggle)
wise 2.4.1-21
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 27,140 kB
  • sloc: ansic: 276,365; makefile: 1,003; perl: 886; lex: 93; yacc: 81; sh: 24
file content (67 lines) | stat: -rw-r--r-- 2,101 bytes parent folder | download | duplicates (9)
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
\section{dnaalign}
\label{module_dnaalign}
This module contains the following objects

\begin{itemize}
\item \ref{object_DnaStartEnd} DnaStartEnd

\item This module also contains some factory methods
\end{itemize}
\subsection{dnaalign factory methods}
\subsubsection{make_align_dnaalign}
\begin{description}
\item[External C] {\tt Wise2_make_align_dnaalign (one,two,mat,se,qgap,qext,tgap,text,dpri)}
\item[Perl] {\tt &Wise2::make_align_dnaalign (one,two,mat,se,qgap,qext,tgap,text,dpri)}

\end{description}
Arguments
\begin{description}
\item[one] [READ ] first sequence to align [Sequence *]
\item[two] [READ ] second sequence to align [Sequence *]
\item[mat] [READ ] DnaMatrix for the matching [DnaMatrix *]
\item[se] [READ ] DnaStartEnd policy [DnaStartEnd *]
\item[qgap] [READ ] gap open penalty in query (one) coordinate [int]
\item[qext] [READ ] gap extension penalty in query (one) coordinate [int]
\item[tgap] [READ ] gap open penalty in target (two) coordinate [int]
\item[text] [READ ] gap extension penalty in target (two) coordinate [int]
\item[dpri] [READ ] DPRunImpl structure [DPRunImpl *]
\item[returns] [UNKN ] an alb structure of the alignment [AlnBlock *]
\end{description}
Makes an alignment out of two DNA sequences


\subsubsection{DnaStartEnd_from_policy}
\begin{description}
\item[External C] {\tt Wise2_DnaStartEnd_from_policy (policy)}
\item[Perl] {\tt &Wise2::DnaStartEnd_from_policy (policy)}

\end{description}
Arguments
\begin{description}
\item[policy] [UNKN ] Undocumented argument [char *]
\item[returns] [UNKN ] Undocumented return value [DnaStartEnd *]
\end{description}
Makes a DnaStartEnd from a particular string.
Possible strings are:


local - fully local
global - fully global
edge - aligns only to edges




\subsection{Object DnaStartEnd}

\label{object_DnaStartEnd}

The DnaStartEnd object has the following fields. To see how to access them refer to \ref{accessing_fields}
\begin{description}
\item{trans[DSE_NUMBER]} Type [int : Scalar]  start/end points possibilities

\end{description}
No documentation for DnaStartEnd

Member functions of DnaStartEnd