R/convert.pos.to.bp.R

Defines functions convert.pos.to.bp

Documented in convert.pos.to.bp

convert.pos.to.bp <-
function(pos) {

  if(max(pos) <= 200) {
    pos = pos * 1e6
  } # if(max(pos] <= 200))

  return(pos)
}

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.