Coordinates | R Documentation |
Enum for Snaptron Coordinate modifiers
Coordinates
An object of class environment
of length 4.
Exact
Return junctions whose start and end coordinates match the boundaries of the region requested.
Within
Return junctions whose start and end coordinates are within the boundaries of the region requested.
StartIsExactOrWithin
Return junctions whose start coordinate matches, or is within, the boundaries of the region requested.
EndIsExactOrWithin
Return junctions whose end coordinate matches, or is within, the boundaries of the region requested.
qb <- QueryBuilder(compilation = "gtex", regions = "CD99") qb <- set_coordinate_modifier(qb, Coordinates$Exact) qb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.