Description Usage Arguments Value Examples
View source: R/net_summary_bin.R
Function to summarize the GRN filtered with a threshold,
1 | net_summary_bin(GRN, TFs, thr, a, b)
|
GRN |
An inferred network |
TFs |
A vector with indexes of the rows of GRN which correspond to TFs. |
thr |
a scalar between 0 and 1, a threshold for posterior probabilities. |
a |
parameter for Katz and PageRank centrality (default the inverse of the largest eigenvalue of GRN. |
b |
parameter for Katz and PageRank centrality (default b = 1). |
list with table version of the GRN, outdegree and indegree, and closeness centrality.
1 2 3 | data(D4_multi_1)
Net = kboost(D4_multi_1)
Net_Summary = net_summary_bin(Net$GRN)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.