Skip to content

Commit a0523f1

Browse files
guedesandreasprlic
authored andcommitted
/* Weight Matrices and Dynamic Programming */
1 parent 0cac969 commit a0523f1

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_wikis/BioJava:CookBook1.7.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,11 @@ How Do I....?
206206
- |How do I set up a custom HMM? (Link to
207207
Tutorial?? --[Guedes](User:Guedes "wikilink") 11:43, 8 February 2006
208208
(EST) )
209-
- [How do I generate a pair-wise
210-
alignment](BioJava:CookBook:DP:PairWise "wikilink") with a Hidden
211-
Markov Model?
212-
- [How do I generate a global or local
213-
alignment](BioJava:CookBook:DP:PairWise2 "wikilink") with the
214-
Needleman-Wunsch- or the Smith-Waterman-algorithm?
209+
- [How do I generate a pair-wise alignment with a Hidden Markov
210+
Model](BioJava:CookBook:DP:PairWise "wikilink")?
211+
- [How do I generate a global or local alignment with the
212+
Needleman-Wunsch- or the
213+
Smith-Waterman-algorithm](BioJava:CookBook:DP:PairWise2 "wikilink")?
215214

216215
### User Interfaces
217216

_wikis/BioJava:CookBook1.7.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Click here to search [http://scholar.google.com/scholar?q=biojava Google Scholar
112112
* [[BioJava:CookBook:DP:WeightMatrix|How do I use a WeightMatrix to find a motif]]?
113113
* [[BioJava:CookBook:DP:HMM|How do I make a HMMER like profile HMM]]?
114114
* |How do I set up a custom HMM? (Link to Tutorial?? --[[User:Guedes|Guedes]] 11:43, 8 February 2006 (EST) )
115-
* [[BioJava:CookBook:DP:PairWise|How do I generate a pair-wise alignment]] with a Hidden Markov Model?
116-
* [[BioJava:CookBook:DP:PairWise2|How do I generate a global or local alignment]] with the Needleman-Wunsch- or the Smith-Waterman-algorithm?
115+
* [[BioJava:CookBook:DP:PairWise|How do I generate a pair-wise alignment with a Hidden Markov Model]]?
116+
* [[BioJava:CookBook:DP:PairWise2|How do I generate a global or local alignment with the Needleman-Wunsch- or the Smith-Waterman-algorithm]]?
117117
118118
=== User Interfaces ===
119119

0 commit comments

Comments
 (0)