keepUniqWell.fn: Unique Well Keeper

Description Usage Arguments Author(s) Examples

View source: R/keepUniqWell.fn.R

Description

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

Usage

1
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.

Author(s)

Xiaohua Douglas Zhang

Examples

1
2
 data(HTSdata)
 dataUniqWell.df = keepUniqWell.fn(dataIn.df=HTSdata, colFocus=c("BARCODE", "XPOS", "YPOS"))

displayHTS documentation built on May 2, 2019, 6:38 a.m.