makeCoordinate: Make a coordinate

View source: R/util-genome.R

makeCoordinateR Documentation

Make a coordinate

Description

Creates a chromosome coordinate with the provided input.

Usage

makeCoordinate(chrom, strand, start, stop)

Arguments

chrom

the chromosome name.

strand

the strand of the chromosome.

start

where the coordinate starts.

stop

where the coordinate stops.

Value

Returns a chromosome coordinate.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

makeCoordinate("chrm", 3, 150, 300)

uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.