knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
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.
# Install the cytoverse package devtools::install_github("RGLab/cytoverse") # Load the package library(cytoverse) # Install all cytoverse packages and their dependencies cytoverse_update()
library(cytoverse)
will load the core cytoverse packages (once they are installed):
library(cytoverse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.