loadDataframe: Load a dataframe attached to an OME object

Description Usage Arguments Value Examples

Description

Load a dataframe attached to an OME object

Usage

1
loadDataframe(omero, id, condition, rowFrom, rowTo, columns)

Arguments

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

Value

The dataframe

Examples

1
2
3
4
## Not run: 
df <- loadDataframe(project, dataframe_id, rowFrom = 10, rowTo = 100)

## End(Not run)

romero.gateway documentation built on Dec. 23, 2018, 5:04 p.m.