Description Usage Arguments Value Examples
View source: R/query_builder_wrappers.R
Get or set query compilation
1 2 3 | get_compilation(qb)
set_compilation(qb, compilation)
|
qb |
A QueryBuilder object constructed using the
|
compilation |
A single string containing the name of the Snaptron data
source. Any variant of the |
get_compilation
returns the current compilation as string.
set_compilation
returns a new QueryBuilder
object with
the compilation set to the value of compilation
.
1 2 3 4 | qb <- QueryBuilder(compilation = "gtex", regions = "CD99")
get_compilation(qb)
qb <- set_compilation(qb, Compilation$tcga)
get_compilation(qb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.