Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpha does not work #28

Open
sinarueeger opened this issue Apr 20, 2019 · 0 comments
Open

alpha does not work #28

sinarueeger opened this issue Apr 20, 2019 · 0 comments
Labels
qqplot this issue is related to stat_qqplot function

Comments

@sinarueeger
Copy link
Owner

Example

require(ggplot2)
n.sample <- 10000
df <- data.frame(P = runif(n.sample), GWAS = sample(c("a", "b"), n.sample,
  replace = TRUE
))

theme_set(theme_bw())

## default
(qp <- ggplot(df, aes(observed = P), alpha = 0.01) +
  stat_gwas_qq() +
  geom_abline(intercept = 0, slope = 1))

@sinarueeger sinarueeger added the qqplot this issue is related to stat_qqplot function label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qqplot this issue is related to stat_qqplot function
Projects
None yet
Development

No branches or pull requests

1 participant