Description Usage Arguments Details Value Author(s) Examples
Assign weights to edges by summing the ranks of the two connected nodes
1 |
pg |
Vector contains sorted gene names. Highly ranked genes are ordered firstly if they are returned from |
g |
An igraph network object which consists the gene names. |
min |
Minimum scores assigned to the low ranking genes. |
cutoff |
A numeric value between 0 and 1 indicating the percentage of genes are considered as low ranking / discarded. |
reverse |
Logical indicating the order of the list. TRUE means highly ranked genes are ordered firstly, otherwise FALSE. |
This function prepares the weighted network according to the gene ranks for further clustering.
An igraph network object with weights assigned to the edges.
Qi Wang
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.