R/getsnp.R

Defines functions getsnp

Documented in getsnp

getsnp <-
function(nam) { # takes a vector of rownames

   g <- grep('^rs',nam)
   print ( message ( length(g) , 'SNP data rows found\n' ))
   g
}

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.