Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
fixed sliding window size in figure generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 7, 2018
1 parent 64d668c commit d6a19b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ggplot(data=assoc_snp, aes(x=cM, y=fisher)) +
dev.off()

### Fig. S4: Centromeres location
wsize_range <- 50
wsize_range <- 30
sp_range <- 0.40

fix <- fix0[fix0$N.Samples>0,]
Expand Down

0 comments on commit d6a19b7

Please sign in to comment.