R/genkus.R

Defines functions genkus

Documented in genkus

genkus <-
function( betas, g=getsnp(rownames(betas)) ){ # gets a beta matrix
         apply(betas[g,],1, genkme)
}
schalkwyk/wateRmelon documentation built on Aug. 13, 2024, 9:52 a.m.