Description Usage Arguments Value See Also Examples
List all Experiments that have a similar name compared to the provided name. The similarity is calculated using the Levenshtein method.
1 2 | deepblue_list_similar_experiments(name = NULL, genome = NULL,
user_key = deepblue_options("user_key"))
|
name |
- A string (experiment name) |
genome |
- A string or a vector of string (the target genome) |
user_key |
- A string (users token key) |
experiments - A array (similar experiment names)
Other Inserting and listing experiments: deepblue_collection_experiments_count
,
deepblue_faceting_experiments
,
deepblue_list_experiments
,
deepblue_list_recent_experiments
,
deepblue_preview_experiment
1 | deepblue_list_similar_experiments(name = "blood", genome = "hg19")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.