R/convert.pos.to.GRanges.R

convert.pos.to.GRanges <-
function(chr, start, end) {
  return(GRanges(seqnames = chr, ranges = IRanges(start = start, end = end)))
}

Try the DOQTL package in your browser

Any scripts or data that you put into this service are public.

DOQTL documentation built on May 6, 2019, 3:09 a.m.