assess_synnet | R Documentation |
Assess synteny network based on graph properties
assess_synnet(synnet = NULL, cc_type = "average")
synnet |
Edge list for the synteny network in a 2-column data frame, with columns 1 and 2 representing names of loci in anchor 1 and anchor 2, respectively. |
cc_type |
Type of clustering coefficient to be calculated. One of 'global' or 'average'. Default: 'average'. |
Network score is the product of the network's clustering coefficient, node count, and R squared for the scale-free topology fit.
A data frame with the following variables:
Numeric representing clustering coefficient.
Numeric representing number of nodes in the network.
Numeric indicating the coefficient of determination for the scale-free topology fit.
Numeric representing network score, which is the product of 'CC' and 'Node_number'.
data(synnet)
assess_synnet(synnet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.