list_img_ref: List image references

View source: R/dataset.R

list_img_refR Documentation

List image references

Description

Used for double dispatching on the list_datasets() generic, list image reference objects either for a specific (set of) WellPosition object(s) or for the specified datasets in general.

Usage

list_img_ref(token, x, wells = NULL, channels, ...)

## S3 method for class 'NULL'
list_img_ref(token, x, wells, channels, ...)

## S3 method for class 'WellPosition'
list_img_ref(token, x, wells, channels, ...)

Arguments

token

Login token as created by login_openbis().

x

Object to limit search for datasets/files with.

wells

A (set of) WellPosition object(s) to limit the dataset listing to.

channels

A character vector with imaging channel names to limit the dataset listing to.

...

Generic compatibility. Extra arguments will be passed to make_requests().


nbenn/infx documentation built on May 20, 2022, 7:44 a.m.