knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

expressalyzr

The goal of expressalyzr is to automate the analysis of flow cytometry data.

Installation

You can install the expressalyzr from GitHub with:

devtools::install_github("freitim/expressalyzr", ref = "main")

Example

This is a basic example which shows you how to solve a common problem:

library(expressalyzr)
library(ggcyto)

data_dt <- run_pipeline(data_path = "path to your data", view_config = TRUE)


freitim/expressalyzr documentation built on May 18, 2022, 2:15 p.m.