Skip to content

Commit 30fd4b9

Browse files
Bohyunleeandreasprlic
authored andcommitted
Change to wiki page
1 parent a3264b1 commit 30fd4b9

2 files changed

Lines changed: 62 additions & 13 deletions

File tree

_wikis/BioJava:PhyloSOC07.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,21 +200,22 @@ initialize variables for those trees.
200200

201201
***Week 8 Maximum Parsimony Method***
202202

203-
Day 1: Code for Maximum Parsimony Method (2)
203+
Day 1: Code for Maximum Parsimony Method (2) - done
204204

205205
Building Data Structure : decide all possible tree structures &
206206
initialize variables for those trees.
207207

208-
Day 2: Code for Maximum Parsimony Method (3)
208+
Day 2: Code for Maximum Parsimony Method (3) - still working on as 16th
209+
Jul.
209210

210211
iterate the calculation to dicide a tree
211212

212213
Day 3: Revising AddTree & getTreeAsJGraphT method (to allow both
213-
weighted/unweighted tree)
214+
weighted/unweighted tree) - done
214215

215-
Day 4: Debugging for non-symmetric tree structure (1)
216+
Day 4: Debugging for non-symmetric tree structure (1) - to be worked out
216217

217-
Day 5: Debugging for non-symmetric tree structure (2)
218+
Day 5: Debugging for non-symmetric tree structure (2) - to be worked out
218219

219220
<Algorithm> 1. aligning sequences
220221

@@ -230,9 +231,29 @@ Day 5: Debugging for non-symmetric tree structure (2)
230231

231232
------------------------------------------------------------------------
232233

234+
*Week 9 Maximum Parsimony Method*
235+
236+
Day 1: Debugging for AddTreeMethod (for the non-symmetric tree
237+
structure)
238+
239+
Day 2: Debugging for AddTreeMethod (for the non-symmetric tree
240+
structure)
241+
242+
Day 3: Maximum Parsimony Method - solve the problem w/ \# of trees
243+
244+
Day 4: Maximum Parsimony Method - getting help for Jgrapht type array
245+
246+
Day 5: Maximum Parsimony Method - finalize
247+
248+
------------------------------------------------------------------------
249+
233250
**Part IV : Maximum Likelihood**
234251

235-
*Week 9 & 10 Maxumum Likelihood Method*
252+
------------------------------------------------------------------------
253+
254+
------------------------------------------------------------------------
255+
256+
*Week 10 Maxumum Likelihood Method*
236257

237258
1. aligning sequences
238259

_wikis/BioJava:PhyloSOC07.mediawiki

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,21 +200,21 @@ decide all possible tree structures & initialize variables for those trees.
200200

201201
'''''Week 8 Maximum Parsimony Method'''''
202202

203-
Day 1: Code for Maximum Parsimony Method (2)
203+
Day 1: Code for Maximum Parsimony Method (2) - done
204204

205205
Building Data Structure :
206206
decide all possible tree structures & initialize variables for those trees.
207207

208-
Day 2: Code for Maximum Parsimony Method (3)
208+
Day 2: Code for Maximum Parsimony Method (3) - still working on as 16th Jul.
209209

210210
iterate the calculation to dicide a tree
211211

212-
Day 3: Revising AddTree & getTreeAsJGraphT method (to allow both weighted/unweighted tree)
213-
212+
Day 3: Revising AddTree & getTreeAsJGraphT method (to allow both weighted/unweighted tree) - done
213+
214214

215-
Day 4: Debugging for non-symmetric tree structure (1)
215+
Day 4: Debugging for non-symmetric tree structure (1) - to be worked out
216216

217-
Day 5: Debugging for non-symmetric tree structure (2)
217+
Day 5: Debugging for non-symmetric tree structure (2) - to be worked out
218218

219219

220220

@@ -232,14 +232,42 @@ Day 5: Debugging for non-symmetric tree structure (2)
232232
6. find the tree with smallest number of changes
233233

234234

235+
----
236+
237+
''Week 9 Maximum Parsimony Method''
238+
239+
240+
Day 1: Debugging for AddTreeMethod (for the non-symmetric tree structure)
241+
242+
Day 2: Debugging for AddTreeMethod (for the non-symmetric tree structure)
243+
244+
Day 3: Maximum Parsimony Method - solve the problem w/ # of trees
245+
246+
Day 4: Maximum Parsimony Method - getting help for Jgrapht type array
247+
248+
Day 5: Maximum Parsimony Method - finalize
235249

236250

237251
----
238252

239253

240254
'''Part IV : Maximum Likelihood'''
241255

242-
''Week 9 & 10 Maxumum Likelihood Method''
256+
----
257+
258+
259+
260+
261+
262+
263+
264+
265+
266+
----
267+
268+
''Week 10 Maxumum Likelihood Method''
269+
270+
243271

244272
1. aligning sequences
245273

0 commit comments

Comments
 (0)