1 |
1 |
deleted file mode 100644
|
... |
... |
@@ -1,12 +0,0 @@
|
1 |
|
-+ attach user specific data to existing tree object
|
2 |
|
-+ attach user specific data by node number
|
3 |
|
-+ mask function that accepts tree object, feature name and a function that specific how to mask.
|
4 |
|
- with this function, user can mask some of the features that are not needed to display on a tree.
|
5 |
|
-+ defined a function, compare_sequence, that accept a function that defined sequence feature,
|
6 |
|
- and compare the feature from parent to children and add store the info in tree object.
|
7 |
|
- So with ancestral sequences inferred by HYPHY or PAML, we can support any type of sequence feature comparison,
|
8 |
|
- not only substitution supported internally.
|
9 |
|
-+ support more features that can be plotted at the right hand side of the tree.
|
10 |
|
- - ~~multiple sequence alignment~~ _Now implemented in 1.1.7_
|
11 |
|
-
|
12 |
|
-
|