Learn R Programming

clonevol (version 0.99.11)

cross.rule.score: Apply cross rule to all clones in all matched models using p-value combination

Description

For each model, each clone will receive a score that is equal to the combined p-value of the test that the CCF of the clone is >= 0

Usage

cross.rule.score(x, meta.p.method = "fisher", exhaustive.mode = FALSE,
  rank = TRUE, boot = NULL)

Arguments

x:

output of infer.clonal.models

meta.p.method:

method for combining p-values across samples values = c('fisher', 'z'), default = 'fisher'

exhaustive.mode:

placeholder for exhaustive.mode, not implemented yet.