Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Last active January 8, 2016 15:59
Show Gist options
  • Save stephenturner/a5b34eb2311a946c721a to your computer and use it in GitHub Desktop.
Save stephenturner/a5b34eb2311a946c721a to your computer and use it in GitHub Desktop.
# Install ggrepel package if needed
# install.packages("devtools")
# devtools::install_github("slowkow/ggrepel")
library(ggrepel)
p+geom_text_repel(data=filter(results, padj<0.05), aes(label=Gene))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment