Description Usage Arguments Value Examples
Imports a platemap configuration from a tab delimited file or dataframe.
1 | importPlatemap(input, control_cpd = "DMSO")
|
input |
Either a path to a text file or a data frame |
control_cpd |
Specify the compound to use as baseline. Defaults to DMSO |
IncucyteDRCPlateMap object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.