Description Usage Arguments Value
Load a dataframe attached to an OME object
1 2 3 | ## S4 method for signature 'OMERO'
loadDataframe(omero, id, condition, rowFrom, rowTo,
columns)
|
omero |
The OME object |
id |
The id of the dataframe |
condition |
Only load rows which match the given condition (in which case rowFrom, rowTo and columns parameter will be ignored), for example (ColumnXYZ=='abc') (i.e. rows with value abc in the column with name ColumnXYZ) |
rowFrom |
Load data from row |
rowTo |
Load data to row |
columns |
Only specified columns |
The dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.