plateSet {plateCore}R Documentation

Get the flowSet from a flowPlate object

Description

A function to retrieve the flowSet from a flowPlate.

Usage

plateSet(fp, ...)

Arguments

fp

A flowPlate

...

optional arguments

Value

Returns a flowSet

Author(s)

Errol Strain

Examples

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)

[Package plateCore version 1.41.1 Index]