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 June 30, 2024, 7:37 a.m.