Description Usage Arguments Value Examples
Generate a bayes net model
1 | make_model(expression, iterations = 200, threshold = NULL, cluster = NULL)
|
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 |
A list with the strength network dataframe, an averaged network and the threshold used to generate that averaged network.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.