Description Usage Arguments Value See Also Examples
Summarize the controlled_vocabulary fields, from experiments that match the selection criteria. It is similar to the 'collection_experiments_count' command, but this command return the summarization for all controlled_vocabulary terms.
1 2 3 4 |
genome |
- A string or a vector of string (the target genome) |
type |
- A string or a vector of string (type of the experiment: peaks or signal) |
epigenetic_mark |
- A string or a vector of string (name(s) of selected epigenetic mark(s)) |
biosource |
- A string or a vector of string (name(s) of selected biosource(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(s)) |
project |
- A string or a vector of string (name(s) of selected projects) |
user_key |
- A string (users token key) |
faceting - A struct (Map with the mandatory fields of the experiments metadata, where each contains a list of terms that appears.)
Other Inserting and listing experiments: deepblue_collection_experiments_count
,
deepblue_list_experiments
,
deepblue_list_recent_experiments
,
deepblue_list_similar_experiments
,
deepblue_preview_experiment
1 2 3 | deepblue_faceting_experiments(genome = "hg19",
type = "peaks",
biosource = "blood")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.