-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fastphylo to calculate distance matrices for filtering? #6
Comments
I believe that FastTree is sub-quadratic, so fastphylo is likely to be On Mon, Dec 9, 2013 at 3:30 PM, Noah Hoffman notifications@github.comwrote:
Connor McCoy |
Yep. It would be useful in some application where you need the distances On Mon, Dec 9, 2013 at 3:51 PM, Connor McCoy notifications@github.comwrote:
Frederick "Erick" Matsen, Assistant Member |
FWIW, we do use the distances themselves to calculate centroids and outliers - this is calculated using |
Ah, my apologies for closing then. |
Might be a faster alternative to fasttree (looks like it requires aligned sequences)
http://www.biomedcentral.com/1471-2105/14/334
Fastphylo: Fast tools for phylogenetics
"We present fastphylo, a software package containing implementations of efficient algorithms for two common problems in phylogenetics: estimating DNA/protein sequence distances and reconstructing a phylogeny from a distance matrix. We compare fastphylo with other neighbor joining based methods and report the results in terms of speed and memory efficiency."
The text was updated successfully, but these errors were encountered: