R/get.p.vals.one.set.R

Defines functions get.p.vals.one.set

get.p.vals.one.set <-
function(obs, null)
  {
    sum(null >= obs)/length(null)
  }

Try the CancerMutationAnalysis package in your browser

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

CancerMutationAnalysis documentation built on Nov. 8, 2020, 6:47 p.m.