importPlatemap: importPlatemap

Description Usage Arguments Value Examples

Description

Imports a platemap configuration from a tab delimited file or dataframe.

Usage

1
importPlatemap(input, control_cpd = "DMSO")

Arguments

input

Either a path to a text file or a data frame

control_cpd

Specify the compound to use as baseline. Defaults to DMSO

Value

IncucyteDRCPlateMap object

Examples

1
2
3
4
5
pm_file <- system.file(file='extdata/example_platemap.txt', package='IncucyteDRC')
test_pm <- importPlatemap(pm_file)
head(test_pm)
test_pm_df <- importPlatemap(as.data.frame(test_pm))
head(test_pm_df)

chapmandu2/IncucyteDRC documentation built on May 13, 2019, 3:28 p.m.