Load a dataframe attached to an OME object
# S4 method for OMERO
loadDataframe(omero, id, condition, rowFrom, rowTo,
columns)
The OME object
The id of the dataframe
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)
Load data from row
Load data to row
Only specified columns
The dataframe