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)
}

Try the wateRmelon package in your browser

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

wateRmelon documentation built on Nov. 8, 2020, 7:47 p.m.