bbea.QC.Image: Plotting plate layout with sample labels.

Usage Arguments Author(s) Examples

View source: R/bbea.QC.Image.R

Usage

1
2
3
bbea.QC.Image(db, plate.design.db=NULL, 
ht=4, wd=6, txtsize=2, hjust=0.5, 
filename="PlateImage")

Arguments

db

experiment outputs

plate.design.db

plate layout

ht

image height

wd

image width

txtsize

label size

hjust

label position

filename

directory and filename to save pdf

Author(s)

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

Examples

1
2
3
4
5
data(Egg)
l <- create.plate.db(direction = "horizontal")
bbea.QC.Image(db=bbeaEgg$pData,
filename = "QC.Image.",
plate.design.db=l$plate.design.db)

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