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
}
schalkwyk/wateRmelon documentation built on Aug. 13, 2024, 9:52 a.m.