knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

cytoverse

Overview

The cytoverse is a set of packages that are commonly used for cytometry data analysis. The cytoverse package is designed to make it easy to install and load core packages from the cytoverse in a single command. It also provides helper commands to check the versions of installed cytoverse packages.

Installation

# Install the cytoverse package
devtools::install_github("RGLab/cytoverse")
# Load the package
library(cytoverse)
# Install all cytoverse packages and their dependencies
cytoverse_update()

Usage

library(cytoverse) will load the core cytoverse packages (once they are installed):

library(cytoverse)


RGLab/cytoverse documentation built on July 17, 2020, 11:38 p.m.