R/getchromosomelength.R

Defines functions getchromosomelength

getchromosomelength <-
function (result, chr) 
{
    l <- ceiling(max(result[which(result[, 1] == chr), 2]))
    l
}

Try the mQTL.NMR package in your browser

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

mQTL.NMR documentation built on Nov. 1, 2018, 2:13 a.m.