What is the best argument for maximum parsimony method in phylogenetic tree construction? ...
My admission is revoked after accepting the admission offer
How to get even lighting when using flash for group photos near wall?
Could moose/elk survive in the Amazon forest?
What is the term for a person whose job is to place products on shelves in stores?
Second order approximation of the loss function (Deep learning book, 7.33)
Is Electric Central Heating worth it if using Solar Panels?
Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?
Israeli soda type drink
Expansion//Explosion and Siren Stormtamer
What is the best way to deal with NPC-NPC combat?
Multiple options vs single option UI
What's parked in Mil Moscow helicopter plant?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
Suing a Police Officer Instead of the Police Department
How to keep bees out of canned beverages?
Why did Israel vote against lifting the American embargo on Cuba?
Where did Arya get these scars?
Is Bran literally the world's memory?
Is there any hidden 'W' sound after 'comment' in : Comment est-elle?
All ASCII characters with a given bit count
Protagonist's race is hidden - should I reveal it?
Is it acceptable to use working hours to read general interest books?
Has a Nobel Peace laureate ever been accused of war crimes?
Book with legacy programming code on a space ship that the main character hacks to escape
What is the best argument for maximum parsimony method in phylogenetic tree construction?
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?What is the best way to account for GC-content shift while constructing nucleotide-based phylogenetic tree?What is the best method to estimate a phylogenetic tree from a large dataset of >1000 loci and >100 speciesState of the art mutation simulation softwareBiopython Phylogenetic Tree replace branch tip labels by sequence logosWhy does `pratchet()` in `phangorn` not find the most parsimonious trees?Random addition method for phylogenetic tree reconstructionIn calculating the retention index, why do we use the character state with the lowest frequency?How are the values of prop.part() and prop.clades() calculated?How do I interpret my phylogenetic tree construction from Glucosidases in the Actinobacteria class?What is outliers and how to determine outliers in the following phylogenetic tree?
$begingroup$
Beside it (maximum parsimony) being compuationally cheap what other good arguments are there for it? Is there any model behind this principle ? Why would one expect this principle to provide right phylogeny in any situation at all ?
phylogenetics phylogeny
$endgroup$
add a comment |
$begingroup$
Beside it (maximum parsimony) being compuationally cheap what other good arguments are there for it? Is there any model behind this principle ? Why would one expect this principle to provide right phylogeny in any situation at all ?
phylogenetics phylogeny
$endgroup$
1
$begingroup$
You cross-posted this on Bio - cross-posting is discouraged across the SE network.
$endgroup$
– AliceD
9 hours ago
$begingroup$
Noted. I didn't now that.
$endgroup$
– Ahmed Abdullah
37 mins ago
add a comment |
$begingroup$
Beside it (maximum parsimony) being compuationally cheap what other good arguments are there for it? Is there any model behind this principle ? Why would one expect this principle to provide right phylogeny in any situation at all ?
phylogenetics phylogeny
$endgroup$
Beside it (maximum parsimony) being compuationally cheap what other good arguments are there for it? Is there any model behind this principle ? Why would one expect this principle to provide right phylogeny in any situation at all ?
phylogenetics phylogeny
phylogenetics phylogeny
asked 15 hours ago
Ahmed AbdullahAhmed Abdullah
1776
1776
1
$begingroup$
You cross-posted this on Bio - cross-posting is discouraged across the SE network.
$endgroup$
– AliceD
9 hours ago
$begingroup$
Noted. I didn't now that.
$endgroup$
– Ahmed Abdullah
37 mins ago
add a comment |
1
$begingroup$
You cross-posted this on Bio - cross-posting is discouraged across the SE network.
$endgroup$
– AliceD
9 hours ago
$begingroup$
Noted. I didn't now that.
$endgroup$
– Ahmed Abdullah
37 mins ago
1
1
$begingroup$
You cross-posted this on Bio - cross-posting is discouraged across the SE network.
$endgroup$
– AliceD
9 hours ago
$begingroup$
You cross-posted this on Bio - cross-posting is discouraged across the SE network.
$endgroup$
– AliceD
9 hours ago
$begingroup$
Noted. I didn't now that.
$endgroup$
– Ahmed Abdullah
37 mins ago
$begingroup$
Noted. I didn't now that.
$endgroup$
– Ahmed Abdullah
37 mins ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The principle of parsimony states that the simplest explanation consistent with a data set should be chosen over more complex explanations... (Stewart 1993)
Sometimes independent events in different lineages cause similarities in molecular sequences (or morphology or behavior or whatever characteristics one happens to be studying). These events are not true evidence of recently shared ancestry, but it is easy to mistake them as such evidence.
The principle of parsimony asserts that we will be better off assuming the simplest case--that is, that identical characters are evidence of recent shared ancestry, since the simple explanation should be true more frequently than alternative explanations. There are cases for which the maximum parsimony model works very well, and there are cases for which maximum likelihood, distance matrix, Bayesian, or other models perform better.
Stewart CB (1993) The powers and pitfalls of parsimony. Nature 361, 603-607, doi:10.1038/361603a0.
$endgroup$
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
1
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
|
show 1 more comment
$begingroup$
I'd say maximum parsimony approaches assume genetic similarity is unlikely to occur by convergence, but likely a result of divergence. If this assumptions holds, finding the tree configuration that minimizes the number of unlikely events makes sense.
$endgroup$
add a comment |
$begingroup$
Parsimony was a nice idea and developed the algorithms and tree methods towards its successors, maximum likelihood and Bayesian. The fundamental assumption of mutational independence at each alignment position was founded via parsimony. Just the recursion algorithm involved in reading a tree isn't trivial coding. Also Walter Fitch (Fitch Marigold method) was a nice guy.
Weighted parsimony has performed well in simulation studies to prevent 'long branch attraction' artefacts. The key issue that was never resolved was how to objectively weight an MP analysis. It could be resurrected however, because machine learning ML could independently provide the weights in specific contexts. That a lot of "coulds" though.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "676"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbioinformatics.stackexchange.com%2fquestions%2f8512%2fwhat-is-the-best-argument-for-maximum-parsimony-method-in-phylogenetic-tree-cons%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The principle of parsimony states that the simplest explanation consistent with a data set should be chosen over more complex explanations... (Stewart 1993)
Sometimes independent events in different lineages cause similarities in molecular sequences (or morphology or behavior or whatever characteristics one happens to be studying). These events are not true evidence of recently shared ancestry, but it is easy to mistake them as such evidence.
The principle of parsimony asserts that we will be better off assuming the simplest case--that is, that identical characters are evidence of recent shared ancestry, since the simple explanation should be true more frequently than alternative explanations. There are cases for which the maximum parsimony model works very well, and there are cases for which maximum likelihood, distance matrix, Bayesian, or other models perform better.
Stewart CB (1993) The powers and pitfalls of parsimony. Nature 361, 603-607, doi:10.1038/361603a0.
$endgroup$
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
1
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
|
show 1 more comment
$begingroup$
The principle of parsimony states that the simplest explanation consistent with a data set should be chosen over more complex explanations... (Stewart 1993)
Sometimes independent events in different lineages cause similarities in molecular sequences (or morphology or behavior or whatever characteristics one happens to be studying). These events are not true evidence of recently shared ancestry, but it is easy to mistake them as such evidence.
The principle of parsimony asserts that we will be better off assuming the simplest case--that is, that identical characters are evidence of recent shared ancestry, since the simple explanation should be true more frequently than alternative explanations. There are cases for which the maximum parsimony model works very well, and there are cases for which maximum likelihood, distance matrix, Bayesian, or other models perform better.
Stewart CB (1993) The powers and pitfalls of parsimony. Nature 361, 603-607, doi:10.1038/361603a0.
$endgroup$
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
1
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
|
show 1 more comment
$begingroup$
The principle of parsimony states that the simplest explanation consistent with a data set should be chosen over more complex explanations... (Stewart 1993)
Sometimes independent events in different lineages cause similarities in molecular sequences (or morphology or behavior or whatever characteristics one happens to be studying). These events are not true evidence of recently shared ancestry, but it is easy to mistake them as such evidence.
The principle of parsimony asserts that we will be better off assuming the simplest case--that is, that identical characters are evidence of recent shared ancestry, since the simple explanation should be true more frequently than alternative explanations. There are cases for which the maximum parsimony model works very well, and there are cases for which maximum likelihood, distance matrix, Bayesian, or other models perform better.
Stewart CB (1993) The powers and pitfalls of parsimony. Nature 361, 603-607, doi:10.1038/361603a0.
$endgroup$
The principle of parsimony states that the simplest explanation consistent with a data set should be chosen over more complex explanations... (Stewart 1993)
Sometimes independent events in different lineages cause similarities in molecular sequences (or morphology or behavior or whatever characteristics one happens to be studying). These events are not true evidence of recently shared ancestry, but it is easy to mistake them as such evidence.
The principle of parsimony asserts that we will be better off assuming the simplest case--that is, that identical characters are evidence of recent shared ancestry, since the simple explanation should be true more frequently than alternative explanations. There are cases for which the maximum parsimony model works very well, and there are cases for which maximum likelihood, distance matrix, Bayesian, or other models perform better.
Stewart CB (1993) The powers and pitfalls of parsimony. Nature 361, 603-607, doi:10.1038/361603a0.
answered 13 hours ago
Daniel StandageDaniel Standage
2,890632
2,890632
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
1
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
|
show 1 more comment
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
1
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
Alot happened in phylogeny since 1993
$endgroup$
– Michael G.
13 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
And yet the principle of parsimony remains the same, no?
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
Not entirely sure what you mean, but parsimony is still parsimony and the fundamental idea of assessing a tree as an aggregate of every individual alignment position remains the same.
$endgroup$
– Michael G.
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
The OP asks why it even works at all, and my answer is that in some cases the simplest assumption is sufficient to infer the correct relationships. I don't see anything there that is compromised by the impressive advances in phylogeny inference that have occurred since.
$endgroup$
– Daniel Standage
12 hours ago
1
1
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
$begingroup$
I think you're mistaking me for a proponent of parsimony as opposed to someone trying to answer a question. :-) Don't worry, I was just as alarmed (and amused) several years ago when Cladistics announced it would only accept parsimony trees!
$endgroup$
– Daniel Standage
12 hours ago
|
show 1 more comment
$begingroup$
I'd say maximum parsimony approaches assume genetic similarity is unlikely to occur by convergence, but likely a result of divergence. If this assumptions holds, finding the tree configuration that minimizes the number of unlikely events makes sense.
$endgroup$
add a comment |
$begingroup$
I'd say maximum parsimony approaches assume genetic similarity is unlikely to occur by convergence, but likely a result of divergence. If this assumptions holds, finding the tree configuration that minimizes the number of unlikely events makes sense.
$endgroup$
add a comment |
$begingroup$
I'd say maximum parsimony approaches assume genetic similarity is unlikely to occur by convergence, but likely a result of divergence. If this assumptions holds, finding the tree configuration that minimizes the number of unlikely events makes sense.
$endgroup$
I'd say maximum parsimony approaches assume genetic similarity is unlikely to occur by convergence, but likely a result of divergence. If this assumptions holds, finding the tree configuration that minimizes the number of unlikely events makes sense.
answered 14 hours ago
PalliePallie
1906
1906
add a comment |
add a comment |
$begingroup$
Parsimony was a nice idea and developed the algorithms and tree methods towards its successors, maximum likelihood and Bayesian. The fundamental assumption of mutational independence at each alignment position was founded via parsimony. Just the recursion algorithm involved in reading a tree isn't trivial coding. Also Walter Fitch (Fitch Marigold method) was a nice guy.
Weighted parsimony has performed well in simulation studies to prevent 'long branch attraction' artefacts. The key issue that was never resolved was how to objectively weight an MP analysis. It could be resurrected however, because machine learning ML could independently provide the weights in specific contexts. That a lot of "coulds" though.
$endgroup$
add a comment |
$begingroup$
Parsimony was a nice idea and developed the algorithms and tree methods towards its successors, maximum likelihood and Bayesian. The fundamental assumption of mutational independence at each alignment position was founded via parsimony. Just the recursion algorithm involved in reading a tree isn't trivial coding. Also Walter Fitch (Fitch Marigold method) was a nice guy.
Weighted parsimony has performed well in simulation studies to prevent 'long branch attraction' artefacts. The key issue that was never resolved was how to objectively weight an MP analysis. It could be resurrected however, because machine learning ML could independently provide the weights in specific contexts. That a lot of "coulds" though.
$endgroup$
add a comment |
$begingroup$
Parsimony was a nice idea and developed the algorithms and tree methods towards its successors, maximum likelihood and Bayesian. The fundamental assumption of mutational independence at each alignment position was founded via parsimony. Just the recursion algorithm involved in reading a tree isn't trivial coding. Also Walter Fitch (Fitch Marigold method) was a nice guy.
Weighted parsimony has performed well in simulation studies to prevent 'long branch attraction' artefacts. The key issue that was never resolved was how to objectively weight an MP analysis. It could be resurrected however, because machine learning ML could independently provide the weights in specific contexts. That a lot of "coulds" though.
$endgroup$
Parsimony was a nice idea and developed the algorithms and tree methods towards its successors, maximum likelihood and Bayesian. The fundamental assumption of mutational independence at each alignment position was founded via parsimony. Just the recursion algorithm involved in reading a tree isn't trivial coding. Also Walter Fitch (Fitch Marigold method) was a nice guy.
Weighted parsimony has performed well in simulation studies to prevent 'long branch attraction' artefacts. The key issue that was never resolved was how to objectively weight an MP analysis. It could be resurrected however, because machine learning ML could independently provide the weights in specific contexts. That a lot of "coulds" though.
answered 13 hours ago
Michael G.Michael G.
9551218
9551218
add a comment |
add a comment |
Thanks for contributing an answer to Bioinformatics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbioinformatics.stackexchange.com%2fquestions%2f8512%2fwhat-is-the-best-argument-for-maximum-parsimony-method-in-phylogenetic-tree-cons%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
You cross-posted this on Bio - cross-posting is discouraged across the SE network.
$endgroup$
– AliceD
9 hours ago
$begingroup$
Noted. I didn't now that.
$endgroup$
– Ahmed Abdullah
37 mins ago