Skip to content

Instantly share code, notes, and snippets.

@sashaphanes
Created June 26, 2013 03:05
Show Gist options
  • Save sashaphanes/5864458 to your computer and use it in GitHub Desktop.
Save sashaphanes/5864458 to your computer and use it in GitHub Desktop.
> ggplot(ABhumanRat.data.2, aes(x=MAOAxprs, y=MAOBxprs, group=species,color=region)) + theme(axis.text.x = element_text(angle=90, face="bold", colour="black")) + geom_point(size=5) + ggtitle("MAOA vs. MAOB expression in human & rat")
Warning message:
Removed 49 rows containing missing values (geom_point).
> head(ABhumanRat.data.2)
region MAOAxprs MAOBxprs gene species
1 07. amygdala 7.590958 7.755932 MAOB rat
2 07. amygdala 7.329797 7.965554 MAOB rat
3 07. amygdala 7.292817 7.896363 MAOB rat
4 07. amygdala 7.556804 8.077286 MAOB rat
5 07. amygdala 7.300975 8.093814 MAOB rat
6 07. amygdala 6.810707 8.185065 MAOB rat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment