Conferences

BioC2021

BioC2020

  • BioC2020{blk}

  • systemPipeShiny: An Interactive Framework for Workflow Management and Visualization - F1000{blk}

  • systemPipeR: a generic workflow environment federates R with command-line software - F1000{blk}

BioC2019

[ View Slides in Separate Browser Tab ]{blk}

Bioc2018

Bioc2016

[ View Slides in Separate Browser Tab ]{blk}

Material for Bioc2016 Tutorial

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)

BioC2015

[ View Slides in Separate Browser Tab ]{blk}

Last modified 2021-12-05 : no_render (439437a7)