Clustering in directed gene networks
1
0
Entering edit mode
4.4 years ago
The Last Word ▴ 230

Hi,

I have a directed transcriptional regulatory network. I would like to partition it, but most of the clustering algorithm do clustering assuming that the network is undirected. Would it be an issue partitioning a directed, bipartite network as undirected? Kindly advice.

network • 747 views
ADD COMMENT
2
Entering edit mode
4.4 years ago

Clustering for an undirected graph often assumes a symmetric adjacency matrix. You can always convert your directed graph to an undirected one if you accept the corresponding loss of information. This is a common approach and works well enough in many cases. Otherwise, there are specific algorithms for directed graphs. For example, spectral clustering can be applied to directed graphs by adapting the graph Laplacian (for details, see this master thesis on spectral clustering algorithms for directed graphs). Modularity-based algorithms have also been extended to directed graphs (e.g. paper on the directed Louvain algorithm).

ADD COMMENT

Login before adding your answer.

Traffic: 1370 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6