27237 late() {
cat(" -- P2-P3 Introgression -- \n");
p3.setMigrationRates(c(p2, p1), c(intro_rate, 15.24422112e-5));
p1.setMigrationRates(c(p2, p3), c(0, 0));
}
27333 early() {
sim.addSubpopSplit("p5", asInteger(round(312.8 * POP_SCALE)), p4);
cat("p5 is now in existence " + sim.cycle + "\n");
}
Is there a way to extract any of the introgressed variants that exist in my p5 from this point on, before applying selection to them?
Can tree sequencing recording be used?
Maybe tagging all the variants unique to p2?
Or is my best option to not scale and use the full model?
(I am using SLiM 5 btw)
All the best,
Autumn Allemon
--
SLiM forward genetic simulation: http://messerlab.org/slim/
---
You received this message because you are subscribed to the Google Groups "slim-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to slim-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/slim-discuss/7b0ef5c1-872b-45c1-a158-a11ee32e0809n%40googlegroups.com.