xToPos: Extract position of genomic coordinate

View source: R/makeFitPlots.R

xToPosR Documentation

Extract position of genomic coordinate

Description

Extract position of genomic coordinate

Usage

xToPos(x, genome = "hg19")

Arguments

x

integer: The genomic coordinate.

genome

character: the genome. default "hg19"

Details

Extracts the position on the chromsome a genomic coordinate is on.

Examples

xToPos(1e9)
xToPos(1e9, genome='mm10')

ChristofferFlensburg/superFreq documentation built on Nov. 15, 2023, 6:15 a.m.