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)))

}

Try the SNPtools package in your browser

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

SNPtools documentation built on May 29, 2017, 3:12 p.m.