importPlatemap: importPlatemap

Description Usage Arguments Value Examples

View source: R/importPlatemap.R

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)

IncucyteDRC documentation built on May 2, 2019, 8:32 a.m.