Description Usage Arguments Value Examples
Convert XML structured meta data to table format
1 | deepblue_meta_data_to_table(ids, user_key = deepblue_options("user_key"))
|
ids |
an id or a list of ids |
user_key |
a DeepBlue user key (optional for public data) |
a data frame with meta data
1 2 3 4 5 | #works for sample ids
deepblue_meta_data_to_table(list("s2694", "s2695"))
#or experiment ids
deepblue_meta_data_to_table(list("e30035", "e30036"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.