Description Usage Arguments Value See Also Examples
List the latest Experiments included in DeepBlue that match criteria defined in the parameters. The returned experiments are sorted by insertion date.
1 2 3 | deepblue_list_recent_experiments(days = NULL, genome = NULL,
epigenetic_mark = NULL, sample = NULL, technique = NULL,
project = NULL, user_key = deepblue_options("user_key"))
|
days |
- A double (maximum days ago the experiments were added) |
genome |
- A string or a vector of string (the target genome) |
epigenetic_mark |
- A string or a vector of string (name(s) of selected epigenetic mark(s)) |
sample |
- A string or a vector of string (id(s) of selected sample(s)) |
technique |
- A string or a vector of string (name(s) of selected technique(es)) |
project |
- A string or a vector of string (name(s) of selected projects) |
user_key |
- A string (users token key) |
experiments - A array (names of recent experiments)
Other Inserting and listing experiments: deepblue_collection_experiments_count
,
deepblue_faceting_experiments
,
deepblue_list_experiments
,
deepblue_list_similar_experiments
,
deepblue_preview_experiment
1 | deepblue_list_recent_experiments(days = 2, genome = "hg19")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.