Coordinates: Enum for Snaptron Coordinate modifiers

Description Usage Format Fields Examples

Description

Enum for Snaptron Coordinate modifiers

Usage

1

Format

An object of class environment of length 4.

Fields

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.

Examples

1
2
3
qb <- QueryBuilder(compilation = "gtex", regions = "CD99")
qb <- set_coordinate_modifier(qb, Coordinates$Exact)
qb

snapcount documentation built on Nov. 8, 2020, 4:53 p.m.