buildRuleLibrary function

Make full rule library of all rules that satisfy minimum coverage threshold.

Make full rule library of all rules that satisfy minimum coverage threshold.

buildRuleLibrary(D, rule.thresh, min.epr)

Arguments

  • D: Binary matrix of N events and M samples
  • rule.thresh: Minimum fraction of rules covered. Default is .03
  • min.epr: minimum events per rule. Default is 2.

Examples

library(crso) data(skcm) list2env(skcm.list,envir=globalenv()) rm.full <- buildRuleLibrary(D,rule.thresh = 0.05) # build rule library dim(rm.full) # Should be matrix with dimension 60 x 71
  • Maintainer: Michael Klein
  • License: GPL-2
  • Last published: 2019-07-07

Useful links