Description Usage Arguments Value Examples
Given a PlateData/WellData/ImageData object, rbind all data contained in the hierarchy below.
1 | meltData(x)
|
x |
The MatData/PlateData/WellData/ImageData object of interest. |
A list of data frames for the combined objects.
1 2 | plate <- PlateData(PlateLocation("J101-2C"))
plate.df <- meltData(plate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.