deepblue_info: info

Description Usage Arguments Value See Also Examples

View source: R/deepblue.R

Description

Information about a DeepBlue data identifier (ID). Any DeepBlue data ID can be queried with this command. For example, it is possible to obtain all available information about an Experiment using its ID, to obtain the actual Request processing status or the information about a Sample. A user can obtain information about him- or herself using the value 'me' in the parameter 'id'. Multiple IDs can be queried in the same operation.

Usage

1
deepblue_info(id = NULL, user_key = deepblue_options("user_key"))

Arguments

id

- A string or a vector of string (ID or an array of IDs)

user_key

- A string (users token key)

Value

information - A array or a vector of array (List of Maps, where each map contains the info of an object.)

See Also

Other Commands for all types of data: deepblue_cancel_request, deepblue_is_biosource, deepblue_list_in_use, deepblue_name_to_id, deepblue_search

Examples

1
deepblue_info(id = "e30035")

MPIIComputationalEpigenetics/DeepBlueR documentation built on Aug. 11, 2021, 4:12 p.m.