Presentations
systemPipeRdata
BioC2019
Slide Shows
Material for Bioc2016 Tutorial
- Intro Slide Show
- Tutorial Material
Installation
Please install systemPipeRdata from this GitHub repository as shown below. This package provides the data and Rmd
files for the tutorial.
Its parent package systemPipeR is a dependency and it should install along with all its own dependencies automatically. If it doesn’t then please also install the package, using the BiocManager::install command given below.
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("tgirke/systemPipeRdata", build_vignettes=TRUE, dependencies=TRUE)
Last modified 2021-03-05: Merge pull request #4 from systemPipeR/dependabot/npm_and_yarn/autoprefixer-10.2.5 (f40fb63)