getWellIndex2D: Get the 2D index of a well on a 16x24 well plate

Description Usage Arguments Value Examples

View source: R/getWellIndex.R

Description

Given the well index and a logical indication of whether image of well level resolution is desired, calculate row, column and possibly image indices

Usage

1
getWellIndex2D(index, n.img = NULL)

Arguments

index

1D index of a well, either in 1:384 or 1:3456 depending on the image setting

n.img

Well (NULL) or image (6/9) level resolution

Value

The 2D index of the specified well as a list; if image == NULL, img.ind, img.row and img.col = NULL

Examples

1
2
index <- getWellIndex1D("H", 12, 5)
well  <- getWellIndex2D(index, 9)

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