This is an archived static version of the original phylobabble.org discussion site.

Quantifying support in the face of missing data

josephwb

Sort of the reciprocal of @ematsen’s post on quantifying the impact of missing data. What is the best way to quantify edge support when dealing with an exceedingly sparse matrix? When bootstrapping, what is often sampled is empty sites, so each replicate gives a more or less random tree, with the result that edges on the ML tree have very low support. I prefer the Bayesian option here (well, always), where support is conditional on the sampled data. However, for a matrix of 10,000+ taxa, this is simply not tractable.

So, bootstrapping gives junk, and Bayesian is out of the question. What is the best way to proceed? Some options we are kicking around:

  1. Divide-and-conquer. That is, bootstrapping a backbone phylogeny and each individual non-controversial clade.
  2. Taxon jacknifing. So, a different measure of support, more akin to “stability”.
  3. Quartet reconstructions. The idea here is to consider all possible quartets for a given edge on the ML tree and quantify something like ICA. However, after crunching the numbers, it seems like this is not feasible either (there are too many possible quartets). We can limit it to the decisive quartets (that is, only quartets that have overlapping data), but that is sort of hoping for missing data so all of the calculations can get done!
  4. Something smarter that we haven’t thought of yet.

Someone must have come up with a reasonable way to quantify support for a sparse matrix, right? Any ideas?

Thanks. JWB.

ematsen

I’m not sure if I understand this. Do you mean that you often sample columns that have a high proportion of empty sites?

Here is a relevant question: let’s say that we have a concatenated alignment of two genes, A and B. Gene A is twice as long as gene B. Should support from gene A’s evolutionary history be weighed twice as strongly as support from gene B?

josephwb

Yes, I mean that you often sample columns that have a high proportion of empty sites. Since there is little information, the tree for that replicate is poor. (This is due partly to the little information present, and also to the decisiveness of the resampled sites: certain (true) edges cannot be reconstructed because there are no overlapping data to speak to the edge). Add up a bunch of such replicates, and the consensus tee is unresolved.

I’m afraid I don’t see the relevance of your example of genes A and B. Perhaps I did not phrase my question clearly enough. I am just looking to put support values on the edges of a ML tree from a sparse matrix. There are a lot of loci involved, but each is assumed to share the same underlying phylogeny (yes, this is inappropriate, but is the best we can do at this scale).

ematsen

My guess is that you are being messed up by the bootstrap sample giving samples that don’t have the same pattern of presence/absence as your original alignment.

If you want to avoid this, divide your column into blocks such that each block has the same pattern of taxon presence/absence, and then apply stratified sampling:

in the way that it is used for variance reduction:

For example, say we have two sets of taxa, one for which we have genes 1, 2, and 3, and another set for which we have only genes 1 and 2. Our alignment then will look something like this:

SSSSSSSSS
<etc>
SSSSSSSSS
SSSSSS---
<etc>
SSSSSS---

where in this example the first set of taxa (with all genes) is in the top part of the alignment and the second set in in the lower part of the alignment.

We then group the columns of gene 1 and 2 into a block P, and the columns of gene 3 into a block Q.

      P       Q
SSSSSS  SSS
<etc>
SSSSSS  SSS
SSSSSS  ---
<etc>
SSSSSS  ---

When we apply stratified sampling, we sample uniformly from the blocks separately such that we get the same number of columns in block P as in the original alignment, and similarly for block Q. I hope it’s clear how we would proceed in the case of many blocks.

There are fast ways to do this, though that’s not such a big issue here most likely. Here’s a photo from the Doucet book on Sequential Monte Carlo:

It is my understanding that for the bootstrap one would like to do resampling in a way that mimics characteristics of the data were we to run “the experiment” again. In phylogenetics, the experiment is evolution, so if we think that the pattern of presence/absence is something set in advance of the experiment, then I think this is the right thing to do.

However, this says nothing about how the pattern of gene presence/absence is influencing your topology. If this pattern is contributing significantly to your topology, then you will get a lovely high level of support for it! :frowning:

I’m curious what others think.

josephwb

Ooh, that is an interesting option (although not the computationally least expensive option). Someone must have done this (resampling, while keeping the distribution of missing data constant) before, right? A wrinkle is that:

is not valid in this situation, if I understand you correctly. These are not instances of genuine gene presence/absence, but rather the idiosyncratic sampling of taxon-genes by myriad investigators. Still, I wonder if this is a valid approach nonetheless?

I too am a little concerned regarding whether the pattern of missing data is driving the topological inference (i.e. that the pattern of overlapping (decisive) data allows only a small portion of trees to be reconstructed). But what would Bayesian inference tell you in that situation? Probably the same thing. I can confirm that MCMC samplers (e.g. MrBayes) do sample trees that contain edges with no relevant data present (i.e. for edge ((A,B),(C,D)), there is no column/gene where all A, B, C, and D are sampled; I can elaborate on that if it is not clear), but I feel this is a negligible number of samples. Erg, I should see if I can get a number to attach to that. Thing is, once one is in the land of sparse data matrices, they are invariably dealing with a number of taxa that current Bayesian methods cannot handle. If someone could point me to a “reasonable” sparse matrix (that is, lots of genes, but not too many taxa) I have code that can crunch the numbers. Such an empirical matrix could also inform the parameters for a simulation study.

It would be great to hear other thoughts on this.

ematsen

One could posit a world where God (or Satan, etc) was controlling the minds of evolutionary biologists and getting them to sample certain genes, and had also determined gene repertoire and length before-hand. However, the nucleotide sequences in those genes were drawn from some random process. I realize that’s a little nuts, but that would be the model under which you would be quantifying support.

I think the primary concern is presence/absence effects. The issues with that, though, are baked into doing phylogenetic analysis on a big concatenated alignment that is mostly filled with missing data. By bootstrapping uniformly from the columns and seeing a lot of randomness in the resulting trees, you have already seen first hand how modifying those patterns of presence-absence changes things.

So I suppose my conclusion is that you either fix that pattern of presence-absence or you don’t. Seem reasonable?

ematsen

I was just talking with @vminin and he pointed out that what I described is called the “block bootstrap” in the literature. Here is an example paper describing it. From what I have seen, people are often thinking about time series data.

josephwb

Thanks @ematsen. I will look this over.

ematsen

I’m hoping that @betz and @susan, who wrote one of the important early papers on the use of the bootstrap in phylogenetics, will be able to comment here. Short of getting insight from someone like them, I suspect that the best course forward would be through simulation!

This really is an important problem practically that I hope someone addresses.

vminin

One way to think about this problem is to view loci and and sites within each locus as two levels of hierarchies. So maybe hierarchical bootstrap is what is needed here.

I attach a section from Davinson and Hinkley’s “Bootstrap methods and their applications.” The book also has discussions about bootstrap with missing data, but I couldn’t map their exposition on this phylogenetic problem yet.

aroger

Not to get off the bootstrapping topic, but a totally different measure of support could be used in this case. You could map 1-p-values from a likelihood ratio test under the null that the split has a 0 length edge. The appropriate null distribution is half chi-squared (df=1) and half chi-squared (df=0). This has the advantage of not suffering from the greater/lesser sparseness of the bootstrap replicate datasets as discussed above.