Description Usage Arguments Value See Also Examples
Search all data of all types for the given keyword. A minus (-) character in front of a keyword searches for data without the given keyword. The search can be restricted to the following data types are: Annotations, Biosources, Column_types, Epigenetic_marks, Experiments, Genomes, Gene_models, Gene_expressions, Genes, Gene_ontology, Projects, Samples, Techniques, Tilings.
1 2 | deepblue_search(keyword = NULL, type = NULL,
user_key = deepblue_options("user_key"))
|
keyword |
- A string (keyword to search by) |
type |
- A string or a vector of string (type of data to search for - Annotations, Biosources, Column_types, Epigenetic_marks, Experiments, Genomes, Gene_models, Gene_expressions, Genes, Gene_ontology, Projects, Samples, Techniques, Tilings) |
user_key |
- A string (users token key) |
results - A array (search results as [id, name, type])
Other Commands for all types of data: deepblue_cancel_request
,
deepblue_info
,
deepblue_is_biosource
,
deepblue_list_in_use
,
deepblue_name_to_id
1 2 | deepblue_search(keyword = "DNA Methylation BLUEPRINT",
type = "experiments")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.