Skip to content

R tools for working with plate (tray) layout definitions in LIMS.

Notifications You must be signed in to change notification settings

BigelowLab/plateLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plateLayout

Plate layout defintions are used to identify well types and locations on 384 or 96 well plates. This package provides convenience functionality for reading writing and querying layout definitions.

Plate_Layout Reference CLass

Easy handling of layout read/writes from text or file.

PL <- Plate_Layout("384_Layout_1_Hcontrols_positives10cells_noGDNA.txt"
PL
# Reference object of class "Plate_LayoutRefClass" 
#    nwell: 384 
#    dim: [ 16, 24 ] 
#       1 cell: 315 
#       10 cells: 3 
#       No drop: 66 

typ <- PL$get_types()
head(typ)
#       A01       A02       A03       A04       A05       A06 
# "No drop"  "1 cell"  "1 cell"  "1 cell"  "1 cell"  "1 cell" 

About

R tools for working with plate (tray) layout definitions in LIMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages