Description Usage Arguments Value Examples
Function to calculate the distance between nodes.
1 | net_dist_bin(GRN, TFs, thr)
|
GRN |
An inferred networks with the predictive probabilities that a transcription factor regulates a gene. |
TFs |
A vector with indexes of the rows of GRN which correspond to TFs. |
thr |
A scalar between 0 and 1 that is used select the edges with large posterior probabilities. |
a matrix with the distances between edges.
1 2 3 | data(D4_multi_1)
Net = kboost(D4_multi_1)
dist = net_dist_bin(Net$GRN,Net$TFs,0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.