Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
cooplab committed Apr 18, 2013
0 parents commit 89541d2
Show file tree
Hide file tree
Showing 43 changed files with 285,285 additions and 0 deletions.
6,243 changes: 6,243 additions & 0 deletions Figs/ simple_diploid_trajs.eps

Large diffs are not rendered by default.

Binary file added Figs/CEU_YRI_separately_HWE-eps-converted-to.pdf
Binary file not shown.
126,457 changes: 126,457 additions & 0 deletions Figs/CEU_YRI_separately_HWE.eps

Large diffs are not rendered by default.

Binary file added Figs/CEU_YRI_separately_HWE.pdf
Binary file not shown.
Binary file added Figs/CEU_YRI_together_HWE-eps-converted-to.pdf
Binary file not shown.
63,280 changes: 63,280 additions & 0 deletions Figs/CEU_YRI_together_HWE.eps

Large diffs are not rendered by default.

Binary file added Figs/Genomewide_HH-eps-converted-to.pdf
Binary file not shown.
912 changes: 912 additions & 0 deletions Figs/Genomewide_HH.eps

Large diffs are not rendered by default.

Binary file added Figs/HH_diagram.pptx
Binary file not shown.
Binary file added Figs/HH_diagram.ps
Binary file not shown.
Binary file added Figs/HWE_CEU.pdf
Binary file not shown.
Binary file added Figs/QT1-eps-converted-to.pdf
Binary file not shown.
3,380 changes: 3,380 additions & 0 deletions Figs/QT1.eps

Large diffs are not rendered by default.

Binary file added Figs/QT2-eps-converted-to.pdf
Binary file not shown.
3,489 changes: 3,489 additions & 0 deletions Figs/QT2.eps

Large diffs are not rendered by default.

Binary file added Figs/QT3-eps-converted-to.pdf
Binary file not shown.
610 changes: 610 additions & 0 deletions Figs/QT3.eps

Large diffs are not rendered by default.

Binary file added Figs/equilib_cline-eps-converted-to.pdf
Binary file not shown.
850 changes: 850 additions & 0 deletions Figs/equilib_cline.eps

Large diffs are not rendered by default.

Binary file added Figs/hitchhiking_reduction-eps-converted-to.pdf
Binary file not shown.
4,249 changes: 4,249 additions & 0 deletions Figs/hitchhiking_reduction.eps

Large diffs are not rendered by default.

Binary file added Figs/simple_diploid_trajs-eps-converted-to.pdf
Binary file not shown.
6,243 changes: 6,243 additions & 0 deletions Figs/simple_diploid_trajs.eps

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Rcode/Genomewide_HH.R
@@ -0,0 +1,11 @@
shapiro.data=read.table("~/Dropbox/Courses/PBGG_Core/Popgen_teaching_Notes/R code/shap_dat.txt")
rec= shapiro.data$V3
pi= shapiro.data$V4*100
plot(rec, pi, xlab="rec rate (cM/Mb)", ylab="Syn diversity (%)",cex.axis=1.4,cex.lab=1.5)
true.rec<-rec/10^8;
nls(pi~neutral.pi*true.rec/(true.rec+alpha),start=list(neutral.pi=2,alpha=1e-9))
lines(rec,2.75*true.rec/(true.rec+7.3e-9),col="red",lwd=3)

fig.direct="~/Dropbox/Courses/PBGG_Core/Popgen_teaching_Notes/Figs/"

dev.copy2eps(file=paste(fig.direct,"Genomewide_HH.eps",sep=""))
Binary file added Rcode/HWE_exercise.zip
Binary file not shown.
Binary file added Rcode/HWE_exercise/CEU_10000.hw.gz
Binary file not shown.
Binary file added Rcode/HWE_exercise/CEU_YRI_10000.hw.gz
Binary file not shown.

0 comments on commit 89541d2

Please sign in to comment.