plateSet-methods: Get the flowSet from a flowPlate object

Description Usage Arguments Value Author(s) Examples

Description

A function to retrieve the flowSet from a flowPlate.

Usage

1

Arguments

fp

A flowPlate

...

optional arguments

Value

Returns a flowSet

Author(s)

Errol Strain

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
library(plateCore)
data(plateCore)

## Get the lymphocytes
rectGate <- rectangleGate("FSC-H"=c(300,700),"SSC-H"=c(50,400))
pbmcPlate <- Subset(pbmcPlate, rectGate)

## Create a flowPlate object from the platePBMC and the wellAnnotation
fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1")

## Retrieves the flowSet
fs <- plateSet(fp)

plateCore documentation built on May 6, 2019, 2:41 a.m.