powered by
Extract position of genomic coordinate
xToPos(x, genome = "hg19")
integer: The genomic coordinate.
character: the genome. default "hg19"
Extracts the position on the chromsome a genomic coordinate is on.
# NOT RUN { xToPos(1e9) xToPos(1e9, genome='mm10') # }
Run the code above in your browser using DataLab