wellAnnotation {plateCore}R Documentation

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.

Author(s)

Errol Strain

Examples

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))


[Package plateCore version 1.40.1 Index]