create.plate.db: Create plate layout

Description Usage Arguments Value Author(s) Examples

View source: R/create.plate.db.R

Description

Create a 96-well plate layout in a specific direction, with 8 rows and 12 columns.

Usage

1
create.plate.db(direction="horizontal")

Arguments

direction

Orientation of 96-well plate (8 rows, 12 columns), either horizontal or vertical.

Value

plat.design.db

dataframe of plates

plat.design

design of plates

Author(s)

Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas

Examples

1
2
plate <- create.plate.db(direction="horizontal")
plate$plate.design

msuprun/bbeaR documentation built on Jan. 31, 2021, 6:49 p.m.