plate_names: Return the names of all plates in an experiment

Description Usage Arguments Value Examples

View source: R/plate_names.R

Description

Return the names of all plates in an experiment

Usage

1

Arguments

x

A softermax.experiment object containing information about an experiment in 'SoftMax Pro'

Value

A vector of strings

Examples

1
2
3
4
5
## Not run: 
d <- read_softmax_xml("myfile.xml")
plate_names(d$experiments[[1]])

## End(Not run)

softermax documentation built on Sept. 21, 2017, 9:03 a.m.