Authors:
Federico Marini^[marinif@uni-mainz.de], Annekathrin Ludt^[anneludt@uni-mainz.de]
Institute of Medical Biostatistics, Epidemiology and Informatics (IMBEI), Mainz.
Last modified: 3 Aug, 2021.
This workshop demonstrates the use of the GeneTonic package to integrate and explore the results of RNA-seq experiments, in the context of differential expression and functional enrichment analyses.
This will be proposed as a lab session that combines an instructor-led live demo, followed by hands-on experimentation guided by exercises, hints, and solutions that participants may continue to use after the workshop.
The instructor-led live demo comprises three parts:
Participants are encouraged to ask questions at any time during the workshop.
We recommend to use the latest version of R (>= 4.0.0) and the latest release of Bioconductor version (3.13).
Install the GeneTonic package
BiocManager::install("GeneTonic")
# alternatively, the development version directly from GitHub
BiocManager::install("federicomarini/GeneTonic")
Attendees will participate by following along a presentation introducing the GeneTonic package, RMarkdown documents which describe the tasks to perform, trying variations of provided code, and asking questions throughout the workshop.