---
title: "Demonstration of the CytoPipeline R package suite functionalities"
author:
- name: Philippe Hauchamps
- name: Laurent Gatto
package: CytoPipeline
abstract: >
This vignette provides links to videos demonstrating some of the functionalities of CytoPipeline R package suite. It is distributed, as well as the accompanying videos, under a CC BY-SA license.
output:
BiocStyle::html_document:
toc_float: true
bibliography: CytoPipeline.bib
vignette: >
%\VignetteIndexEntry{Demonstration of the CytoPipeline R package suite functionalities}
%\VignetteEngine{knitr::rmarkdown}
%%\VignetteKeywords{FlowCytometry, Preprocessing, QualityControl, WorkflowStep, Software, Visualization}
%\VignetteEncoding{UTF-8}
---
# Introduction
# Background information
# Illustrating dataset
# Specifying the pipeline
# Running the pipeline
# Visualizing the results
# Comparing pipelines
# Example with two different QC methods
# Visualizing scale transformations
# Defining technical run parameters
# Session information {-}
```{r sessioninfo, echo=FALSE}
sessionInfo()
```