conditionalModel {MOMA}R Documentation

Implements the conditional Bayes model to combine VIPER scores with diggit and pathway scores

Description

Implements the conditional Bayes model to combine VIPER scores with diggit and pathway scores

Usage

conditionalModel(viper.scores, diggit.scores, pathway.scores)

Arguments

viper.scores

numeric Vector

diggit.scores

List indexed by type char, with numeric score vectors in [0,R+] for each

pathway.scores

List , double indexed by each pathway dataset, then with type char. Each points to a numeric score vectors in [0,R+] for each

Value

a named vector of empirical p-values for each protein/candidate Master Regulator


[Package MOMA version 1.2.0 Index]