knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
knitr::include_graphics("../inst/vignettes/tidybulk_logo.png")
Schedule can be found here.
Format: Hands on demos plus Q&A
Interact: Zoom chat
“The transcriptome is the set of all RNA transcripts, including coding and non-coding, in an individual or a population of cells”
Wikipedia
knitr::include_graphics("../inst/vignettes/transcriptomics.jpg")
knitr::include_graphics("../inst/vignettes/ScreenShot2.png")
knitr::include_graphics("../inst/vignettes/ScreenShot3.png")
knitr::include_graphics("../inst/vignettes/bulk_RNAseq_pipeline.png")
knitr::include_graphics("../inst/vignettes/bulk_vs_single.jpg")
Shalek and Benson, 2017
knitr::include_graphics("../inst/vignettes/single_cell_RNAseq_pipeline.png")
This workshop demonstrates how to perform analysis of RNA sequencing data following the tidy data paradigm [@wickham2014tidy]. The tidy data paradigm provides a standard way to organise data values within a dataset, where each variable is a column, each observation is a row, and data is manipulated using an easy-to-understand vocabulary. Most importantly, the data structure remains consistent across manipulation and analysis functions. For more information, see the R for Data Science chapter on tidy data here.
knitr::include_graphics("../inst/vignettes/tidydata_1.jpg")
The tidyverse is a collection of packages that can be used to tidy, manipulate and visualise data. We'll use many functions from the tidyverse in this workshop, such as filter
, select
, mutate
, pivot_longer
and ggplot
.
knitr::include_graphics("../inst/vignettes/tidyverse.png")
If you want to follow along and run the code on your own computer, see instructions here. Alternatively, you can view the material at the workshop webpage here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.