powered by
Categorize the Nodes into Phi and Phi tilde.
ClusterNodes(DiffNet, cutoff.external = 0.8, cutoff.internal = 0.5)
The Differential network from MakeDiffNet
The cut-off between the clusters (delta from the center to the edge coordinates), the closer to 1, the better.
The cut-off inside the clusters (delta from the theoretical cluster to the edge coordinates), the closer to zero, the better.
# NOT RUN { DiffNet = MakeDiffNet (Data = list(CTR, AST), Code = c('CTR', 'AST') ) Genes_Phi = ClusterNodes(DiffNet, cutoff.external = 0.5, cutoff.internal = 0.25) table(Genes_Phi$Phi_tilde) # }
Run the code above in your browser using DataLab