R/sumcol.R

sumcol <-
function(rowdat){

  output<-c(sum(rowdat[3:10]), sum(rowdat[11:12]), sum(rowdat[13:16]), sum(rowdat[17]))
  return(t(output))
}

Try the IBDhaploRtools package in your browser

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

IBDhaploRtools documentation built on May 2, 2019, 2:46 p.m.