R/convert.pos.to.GRanges.R

Defines functions convert.pos.to.GRanges

Documented in convert.pos.to.GRanges

convert.pos.to.GRanges <-
function(chr, start, end) {
  return(GRanges(seqnames = chr, ranges = IRanges(start = start, end = end)))
}
dmgatti/DOQTL documentation built on April 7, 2024, 10:35 p.m.