Learn R Programming

plateCore (version 1.30.0)

wellAnnotation: Retrieve a data.frame describing the content of a flowPlate

Description

wellAnnotation returns the tall data.frame describing the layout of a flowPate, where each row corresponds to one well-channel.

Usage

wellAnnotation(fp, ...)

Arguments

fp
A flowPlate dataset.
...
optional arguments

Value

Returns a data.frame.

Examples

Run this code
library(plateCore)
data(plateCore)

# Create a flowPlate from the sample data in plateCore
fp <- flowPlate(pbmcPlate,wellAnnotation,plateName="P1")

# Look at the top of wellAnnotation
head(wellAnnotation(fp))

Run the code above in your browser using DataLab