View source: R/query_builder_wrappers.R
get_coordinate_modifier | R Documentation |
Get or set coordinate modifiers for the query.
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
.
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.