You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ProgrammingProjects/Phylo2VectR.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,6 @@
2
2
3
3
You'll port [this](https://github.com/neclow/phylo2vec) Python implementation into R. Specifically, you'll design things to work fast and nice with `phylo` type (**ape**) objects.
4
4
5
+
[Here](https://github.com/bacpop/trees_rs/blob/main/src/phylo2vec.cpp) is an implementation in C++ which could be leveraged with Rcpp, probably.
6
+
5
7
The paper is [here](https://arxiv.org/abs/2304.12693) if you need a technical resource.
0 commit comments