knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of expressalyzr is to automate the analysis of flow cytometry data.
You can install the expressalyzr from GitHub with:
devtools::install_github("freitim/expressalyzr", ref = "main")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.