Learn R Programming

ribiosUtils (version 1.7.7)

wellIndex2position: Translate well index numbers to well positions

Description

Translate well index numbers to well positions

Usage

wellIndex2position(ind, format = c("96", "384"))

Value

A data.frame containing three columns: input WellIndex, Row (characters) and Column (integers)

Arguments

ind

Well index, integer numbers starting from 1, running rowwise. Non-integer parameters will be coereced to integers.

format

Character string, well format

Examples

Run this code
wellIndex2position(1:96, format="96")
wellIndex2position(c(3,2,5,34,85, NA), format="96")
wellIndex2position(1:384, format="384")

Run the code above in your browser using DataLab