Description Usage Arguments Examples
View source: R/printIncucyteDRCSetList.R
Prints information on an IncucyteDRCSetList object
| 1 2 | 
| x | IncucyteDRCSet object | 
| ... | Additional arguments | 
| 1 2 3 4 5 6 7 | pm_file <- system.file(file='extdata/example.PlateMap', package='IncucyteDRC')
test_pm <- importPlatemapXML(pm_file)
data_file <- system.file(file='extdata/example_data.txt', package='IncucyteDRC')
test_data <- importIncucyteData(data_file, metric='pc')
test_list <- splitIncucyteDRCPlateData(test_pm, test_data, group_columns='growthcondition')
class(test_list)
print(test_list)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.