Description Usage Arguments Value Examples
View source: R/query_builder_wrappers.R
Get or set coordinate modifiers for the query.
1 2 3 | get_coordinate_modifier(qb)
set_coordinate_modifier(qb, coordinate_modifier)
|
qb |
a QueryBuilder object constructed using the
|
coordinate_modifier |
any of the variants of the Coordinates enum. |
get_coordinate_modifier
returns the current coodinate modifier
as a string.
set_coordinate_modifier
returns a new QueryBuilder
object with the coordinate modifier set to the value of
coordinate_modifier
.
1 2 3 | qb <- QueryBuilder(compilation = "gtex", regions = "CD99")
qb <- set_coordinate_modifier(qb, Coordinates$Within)
get_coordinate_modifier(qb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.