sinarueeger / ggGWAS

R package 📦 with ggplot2 extensions for GWAS summary statistics (still in 🚧)
Other
4 stars 2 forks source link

geom hex: y to observed #47

Closed sinarueeger closed 5 years ago

sinarueeger commented 5 years ago

Now: stat_gwas_qq_hex(aes(y = P)) Later: stat_gwas_qq_hex(aes(observed = P))

sinarueeger commented 5 years ago
sinarueeger commented 5 years ago

So this is gonna be more complicated, because I am working on a stat_ and not a geom.

Here are the links to the original hex geom and stat in ggplot2:

Some decisions