Description Usage Arguments Value Examples
Imports .Platemap XML files from Incucyte Zoom software and extracts information in the Compound, GrowthCondition and CellType fields.
1 | importPlatemapXML(filepath, control_cpd = "DMSO")
|
filepath |
Path to a .Platemap XML file generated by the Incucyte Zoom software |
control_cpd |
Specify the compound to use as baseline. Defaults to DMSO |
data frame
1 2 3 4 5 6 7 8 9 | #example data 1
pm_file <- system.file(file='extdata/example.PlateMap', package='IncucyteDRC')
test_pm <- importPlatemapXML(pm_file)
head(test_pm)
#example data 2
pm_file2 <- system.file(file='extdata/example2.PlateMap', package='IncucyteDRC')
test_pm2 <- importPlatemapXML(pm_file2)
head(test_pm2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.