Resources
R Programming Resources
Learning R
- R for Data Science - A comprehensive introduction to the tidyverse and data science with R
- Swirl - Interactive R learning in the R console
- R Programming Coursera Course - Part of the Johns Hopkins Data Science Specialization
R Cheatsheets
- RStudio Cheatsheets - Collection of cheatsheets for R packages and concepts
- Data Transformation with dplyr
- Data Visualization with ggplot2
- R Markdown Cheatsheet
Data Visualization Resources
Interactive Visualization Guides
- R Graph Gallery - A collection of R charts with reproducible code
- From Data to Viz - Interactive guide to choosing the right visualization
- Plotly for R - Interactive plotting library
- Highcharter - R wrapper for Highcharts JavaScript library
Static Visualization
- ggplot2 Documentation
- ggplot2 Extensions
- Fundamentals of Data Visualization
- Data Visualization: A Practical Introduction
Color Palettes and Design
- ColorBrewer - Color advice for cartography
- viridis color palettes
- R Color Cheatsheet
Bioinformatics Resources
RNA-seq Analysis
- RNA-seqlopedia - Encyclopedia for RNA-seq
- DESeq2 Vignette
- edgeR User Guide