Retrieve the iRODS path of an assay or study
sodar_assay_irods_path.Rd
This functions retrieves the iRODS path of an assay or study.
This functions retrieves the iRODS path of an assay or study.
Usage
sodar_assay_irods_path(
project_uuid,
study_uuid = NULL,
assay_uuid = NULL,
config = NULL,
verbose = getOption("verbose", default = FALSE),
return_raw = FALSE
)
sodar_study_irods_path(
project_uuid,
study_uuid = NULL,
config = NULL,
verbose = getOption("verbose", default = FALSE),
return_raw = FALSE
)
sodar_assay_irods_path(
project_uuid,
study_uuid = NULL,
assay_uuid = NULL,
config = NULL,
verbose = getOption("verbose", default = FALSE),
return_raw = FALSE
)
sodar_study_irods_path(
project_uuid,
study_uuid = NULL,
config = NULL,
verbose = getOption("verbose", default = FALSE),
return_raw = FALSE
)
Arguments
- project_uuid
A character string containing the UUID of the project.
- study_uuid
A character string containing the UUID of the study.
- assay_uuid
A character string containing the UUID of the assay.
- config
A list containing the SODAR configuration. If NULL, it tries to get it from the global options.
- verbose
A logical value indicating whether to make verbose requests.
- return_raw
A logical value indicating whether to return the raw response.