Homological integration: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>CaroleHenson
m clean up using AWB
 
en>Daniele.tampieri
m Added detail to a reference.
Line 1: Line 1:
The '''quartet distance''' is a way of measuring the distance between two [[phylogenetic tree]]s.  It is defined as the number of subsets of four leaves that are not related by the same topology in both trees.


==Computing the quartet distance==
The most straightforward computation of the quartet distance would require <math>O(N^4)</math> time, where <math>N</math> is the number of leaves in the trees.


Surely the second option would be more beneficial for any website. Medical word press themes give you the latest medical designs. I thought about what would happen by placing a text widget in the sidebar beneath my banner ad, and so it went. Word - Press also provides protection against spamming, as security is a measure issue. After activating, you will find their website link and get the activation code from their website. <br><br>purcase and download - WPZOOM Tribune wordpress Theme, find and use the WPZOOM Discount Code. WPTouch is among the more well known Word - Press smartphone plugins which is currently in use by thousands of users. Well Managed Administration  The Word - Press can easily absorb the high numbers of traffic by controlling the server load to make sure that the site works properly. From my very own experiences, I will let you know why you should choose WPZOOM Live journal templates. You can also get a free keyword tool that is to determine how strong other competing sites are and number of the searches on the most popular search sites. <br><br>Minor and medium sized corporations also have a lot to obtain by shelling out in a very good website. For those who have any kind of queries regarding wherever and also the best way to make use of [http://www.microgames.fr/profile/krjoshua wordpress backup plugin], you possibly can contact us from our own web-page. As of now, Pin2Press is getting ready to hit the market. I've applied numerous Search engine optimization-ready Word - Press themes and I can say from knowledge that I consider the Genesis Search engine marketing panel one particular of the simplest to use. In crux the developer must have a detailed knowledge not only about the marketing tool but also about the ways in which it can be applied profitably. After that the developer adds the unordered list for navigations. <br><br>There has been a huge increase in the number of developers releasing free premium Word - Press themes over the years. Russell HR Consulting provides expert knowledge in the practical application of employment law as well as providing employment law training and HR support services. Enterprise, when they plan to hire Word - Press developer resources still PHP, My - SQL and watch with great expertise in codebase. Fast Content Update  - It's easy to edit or add posts with free Wordpress websites. OSDI, a  Wordpress Development Company  based on ahmedabad, India. <br><br>Instead, you can easily just include it with our bodies integration field in e - Panel. When you sign up with Wordpress, you gain access to several different templates and plug-in that allow you to customize your blog so that it fits in with your business website design seamlessly. You can select color of your choice, graphics of your favorite, skins, photos, pages, etc. You should stay away from plugins that are full of flaws and bugs. As for performing online business, websites and blogs are the only medium that are available to interact with customers and Word - Press perform this work with the help of cross-blog communication tools, comments and  full user registration plug-ins.
For binary trees, better algorithms have been found to compute the distance in
* <math>O(N^2)</math> time<ref>{{citejournal
|last=Bryant
|first=D.
|coauthors=J. Tsang, P. E. Kearney, and M. Li.
|title=Computing the quartet distance between evolutionary trees
|journal=Proceedings of the Eleventh Annual ACM-SIAM Symposium on Discrete Algorithms
|pages=285–286
|publisher=ACM Press
|location=[[New York City|N.Y.]]
|date=11 Jan 2000
|url=http://monod.uwaterloo.ca/papers/00Distance.ps}}</ref>
* <math>O(N \log^2 N)</math> time<ref>{{citebook
|last=Brodal|first=Gerth Stølting
|coauthor=Rolf Fagerberg and Christian N.S. Pedersen
|chapter=Computing the Quartet Distance Between Evolutionary Trees in Time <math>N log^2 N</math>
|title=Algorithmica
|year=2001
|pages=731–742
|publisher=Springer-Verlag}}</ref>
and
* <math>O(N \log N)</math> time<ref>{{citejournal
|last=Brodal
|first=Gerth Stølting
|coauthors=Rolf Fagerberg and Christian Nørgaard Storm Pedersen
|journal=Algorithmica, Special issue on ISAAC 2001
|issue=2
|pages=377–395
|title=Computing the Quartet Distance Between Evolutionary Trees in Time <math>O(n\log n)</math>
|volume=38
|year=2003}}</ref>
 
Christiansen et al. found an algorithm that takes <math>O(N^2D^2)</math> time to compute the quartet distance between two multifurcating trees when <math>D</math> is the maximum degree of the trees.<ref>{{citejournal
|last=Christiansen
|first=C
|coauthors=T Mailund, CNS Pedersen, M Randers
|journal=Proceedings of Workshop on Algorithms in Bioinformatics (WABI)
|volume=3692
|publisher=Springer-Verlag
|year=2005
|title=Computing the Quartet Distance Between Trees of Arbitrary Degree
|pages=77–88}}</ref>
 
==References==
<references/>
 
{{DEFAULTSORT:Quartet Distance}}
[[Category:Computational phylogenetics]]
[[Category:Bioinformatics algorithms]]

Revision as of 16:44, 13 July 2013

The quartet distance is a way of measuring the distance between two phylogenetic trees. It is defined as the number of subsets of four leaves that are not related by the same topology in both trees.

Computing the quartet distance

The most straightforward computation of the quartet distance would require O(N4) time, where N is the number of leaves in the trees.

For binary trees, better algorithms have been found to compute the distance in

and

Christiansen et al. found an algorithm that takes O(N2D2) time to compute the quartet distance between two multifurcating trees when D is the maximum degree of the trees.[4]

References