make_model: Generate a bayes net model

Description Usage Arguments Value Examples

View source: R/make_model.R

Description

Generate a bayes net model

Usage

1
make_model(expression, iterations = 200, threshold = NULL, cluster = NULL)

Arguments

expression

tbl_df. A tibble with the activity data from the kinome chip.

iterations

numeric. Number of iterations to run the mode.

threshold

numeric. Threshold to use for averaging the network

cluster

cluster. (Optional) a cluster from the package parallel

Value

A list with the strength network dataframe, an averaged network and the threshold used to generate that averaged network.

Examples

1

AliSajid/KINNET documentation built on Jan. 17, 2022, 8:54 a.m.