Description Usage Arguments Value Examples
View source: R/adjmatrix2edgelist.R
Convert the network matrix to edge list, in which the first column contains the regulators, the second column presents the target genes and edge weights are in the third column.
1  | adjmatrix2edgelist(adjmatrix, cutoff = 0, directed = F, order = T)
 | 
adjmatrix | 
 a network matrix  | 
cutoff | 
 threshod to cut the edge weights. Only the edges that pass the threshold will be shown in the output results.  | 
directed | 
 logical, if   | 
order | 
 logical, to order the edgelist according the edge weightes or not.  | 
adjmatrix2edgelist returns a data frame of edge list.
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.