netODA: Calculate the orbit distribution agreement (ODA) between two...

Description Usage Arguments Details Value Examples

View source: R/netODA.R

Description

Calculate the orbit distribution agreement (ODA) between two networks

Usage

1
netODA(net1, net2, mean = "arithmetic", net2edge = T)

Arguments

net1

The input network, which should be one of incgraph and igraph objects

net2

The input network, which should be one of incgraph and igraph objects

mean

"arithmetic" or "geometric" mean to be used

net2edge

Whether the input graph object should to transformed into a edge matrix

Details

netODA(net1,net2,mean='arithmetic',net2edge=T)

Value

Agreement value between 0 and 1

Examples

1
 netODA(TCGA-AF-2687.net, TCGA-A6-2686.net)

QiliShi/NetworkSim documentation built on July 23, 2019, 12:46 a.m.