R/sset.R

"sset" <-
function(data,nsnps,nids,list) .C("sset",as.raw(data), as.integer(nsnps), as.integer(nids), as.integer(list), as.integer(length(list)), cdata = raw(nsnps*ceiling(length(list)/4)), PACKAGE="GenABEL")$cdata

Try the GenABEL package in your browser

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

GenABEL documentation built on May 30, 2017, 3:36 a.m.