50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

plateCore (version 1.30.0)

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

Examples

Run this code
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)

Run the code above in your browser using DataLab