Description Usage Arguments Value See Also Examples
List the Expression currently available in DeepBlue. A expression is a set of data with an identifier and an expression value.
1 2 | deepblue_list_expressions(expression_type = NULL, sample_id = NULL,
replica = NULL, project = NULL, user_key = deepblue_options("user_key"))
|
expression_type |
- A string (expression type (supported: 'gene')) |
sample_id |
- A string or a vector of string (sample ID(s)) |
replica |
- A int or a vector of int (replica(s)) |
project |
- A string or a vector of string (project(s) name) |
user_key |
- A string (users token key) |
expressions - A array (expressions names and IDS)
Other Expression data: deepblue_select_expressions
1 | deepblue_list_expressions(expression_type='gene')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.