cyto_sample: Sample a flowFrame

Description Usage Arguments Value Author(s) Examples

Description

Sample a flowFrame

Usage

1
cyto_sample(fr, display)

Arguments

fr

object of class flowFrame.

display

numeric [0,1] indicating the percentage of events to plot.

Value

flowFrame restricted to size events.

Author(s)

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

1
2
3
4
5
6
7
library(CytoRSuiteData)

# Load in samples
fs <- Activation

# Constrict first sample by 50%
cyto_sample(fs[[1]], 0.5)

DillonHammill/CytoRSuite documentation built on May 30, 2019, 2:03 a.m.