R/getchromosomelength.R

getchromosomelength <-
function (result, chr) 
{
    l <- ceiling(max(result[which(result[, 1] == chr), 2]))
    l
}
lhedjazi/mQTL.NMR documentation built on May 31, 2019, 10:47 p.m.