diff --git a/intro_r_biologists.Rmd b/intro_r_biologists.Rmd index 5133dac..d8872fd 100644 --- a/intro_r_biologists.Rmd +++ b/intro_r_biologists.Rmd @@ -618,7 +618,7 @@ dev.off() # Key Points - Tabular data can be loaded into R with the tidyverse functions `read_csv()` and `read_tsv()` -- Tidyverse functions such as `full_join()`, `gather()`, `mutate()`, `filter()` can be used to manipulate data +- Tidyverse functions such as `gather()`, `mutate()`, `filter()`, `select()`, `full_join()` can be used to manipulate data - A ggplot has 3 components: data (dataset), mapping (columns to plot) and geom (type of plot). Different types of plots include `geom_point()`, `geom_jitter()`, `geom_line()`, `geom_boxplot()`, `geom_violin()`. - `facet_wrap()` can be used to make subplots of the data - The aesthetics of a ggplot can be modified, such as colouring by different columns in the dataset, adding labels or changing the background diff --git a/intro_r_biologists.nb.html b/intro_r_biologists.nb.html index c6afe25..60acb62 100644 --- a/intro_r_biologists.nb.html +++ b/intro_r_biologists.nb.html @@ -859,7 +859,7 @@

Make subplots for each gene

head(allinfo)
- +