Skip to content

Instantly share code, notes, and snippets.

@gatoravi
Created September 28, 2012 19:18
Show Gist options
  • Save gatoravi/9ba482a1f3d8b91b0400 to your computer and use it in GitHub Desktop.
Save gatoravi/9ba482a1f3d8b91b0400 to your computer and use it in GitHub Desktop.
plot
ggplot(t_m) + geom_bar(stat = "identity", aes(x=V3.x, y=V4)) + geom_bar(stat = "identity", aes(x=V5, y=V6), fill = "red") + facet_wrap(~ V17) + labs(title = paste("BetaBinomial_pp = ", t_m$V2.y, " DNG_ST_pp = ", t_m$V3.y), x = t_m$V18, y = "Read Count")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment