WellLocation: Constructor for WellLocation objects

Description Usage Arguments Value Examples

View source: R/DataLocation.R

Description

Given a well specification consisting of plate barcode, row and column, an S3 object of type WellLocation is created

Usage

1
WellLocation(plate, row, col)

Arguments

plate

A plate barcode as a character string/PlateLocation object

row

Row specification (a:p, A:P, or 1:16)

col

Column specification (1:24)

Value

A WellLocation object: a list with slots plate, row, column, index (the linearized well index), space, group and experiment

Examples

1
well <- WellLocation("J107-2C", "H", 6)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.