Coordinates: Enum for Snaptron Coordinate modifiers

CoordinatesR Documentation

Enum for Snaptron Coordinate modifiers

Description

Enum for Snaptron Coordinate modifiers

Usage

Coordinates

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

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

langmead-lab/snapr documentation built on May 4, 2022, 7:41 p.m.