Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RGLab/cytoverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):

  • flowWorkspace, for gated data interaction.
  • ggcyto, for data visualisation.
  • openCyto, for auto gating.
  • CytoML, for data analysis import/export through gatingML/xml.
library(cytoverse)
#> ── Attaching packages ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── cytoverse 0.0.0.9000 ──
#> ✓ flowCore      2.1.0      ✓ openCyto      2.1.0 
#> ✓ flowWorkspace 4.1.4      ✓ CytoML        2.1.6 
#> ✓ ggcyto        1.17.0

About

collections of tools for cytometry data analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •