R/genotypingSavings.R

Defines functions genotypingSavings

Documented in genotypingSavings

genotypingSavings <-
function(pi.samples, pi.markers) {
  result.joint <- pi.samples + (1-pi.samples)*pi.markers   
  result.savings <- 1 - result.joint
  result.savings
  }

Try the twoStageGwasPower package in your browser

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

twoStageGwasPower documentation built on May 29, 2017, 12:11 p.m.