Max diversity (instead of mean) for evaluating IBD in spatial simulations
7 views
Skip to first unread message
zach.h...@tamu.edu
unread,
Aug 31, 2021, 12:07:59 PM8/31/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to msprime-users
Hi all!
I'm trying to understand how sampling density and % of range sampled in spatial simulations impacts our ability to infer isolation-by-distance (IBD) curves. Because of this, we're interested in the max genetic diversity of the population (instead of the mean), since this better captures (I think) the differences between most geographically distant individuals.
For sample sets, this is easy, just make a pairwise matrix. But for the entire population, this becomes a very large matrix. Perhaps there is no easier way, but I thought I'd pose the question here: does anyone know a way to grab the max genetic diversity from the total population without needing to compute the full matrix? Something like identifying the most distantly related individuals in the tree?
Thanks for any help you can provide!
Zach
Peter Ralph
unread,
Aug 31, 2021, 12:33:23 PM8/31/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zach.h...@tamu.edu, msprime-users
Hi, Zach - good question! We don't have an easy way to do this
specific thing, although it's an interesting suggestion. Two other
suggestions:
- just look at divergence between furthest-geographically individuals
- look at `segregating_sites` instead, as that measures "total
diversity" (and, total area of the tree), albeit in a different way