Learn R Programming

displayHTS (version 1.0)

keepUniqWell.fn: Unique Well Keeper

Description

This function keeps rows with unique wells in each plate, without side effects.

Usage

keepUniqWell.fn(dataIn.df, colFocus = c("Barcode", "Rowpos", "Colpos"))

Arguments

dataIn.df
Data from all plates that includes at least three columns for well names, rows, and columns, respectively.
colFocus
These columns are the columns that are kept unique and from these the repeats are removed.

Examples

Run this code
 data(HTSdata)
 dataUniqWell.df = keepUniqWell.fn(dataIn.df=HTSdata, colFocus=c("BARCODE", "XPOS", "YPOS"))

Run the code above in your browser using DataLab