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

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

fp

A flowPlate dataset.

...

optional arguments

Value

Returns a data.frame.

Author(s)

Errol Strain

Examples

1
2
3
4
5
6
7
8
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))

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