Data Visualization and Analysis in R
Textbooks:
R for Data Science Textbook: Wickham and Grolemund
Computation Genomics in R
Data wrangling
Visualization
Picking color:
Basic plots:
- Tidyplots
- R graph gallery
Heatmaps:
- R package for using pheatmap with minimal coding: Tidy Heatmaps
- R package for aligning heatmaps: ggalign and twitter post with example
Data Analysis
Generalized Linear Models:
Functional Gene Annotation:
Tips and Tricks
Export an image as ggsave("file.svg") and open in powerpoint. The image is vectorized and edit-able.