How to rank subclusters of a gene co-expression network identifed through community detection algorithm in igraph R package
0
0
Entering edit mode
5.0 years ago

I have constructed a gene co-expression network from RNA-seq data. The network has more than 10000 nodes and more than 1 million edges.The network file as an edge list format of memory around 1gb which was created by calculating Pearson correlation of each gene pairs and gene pairs having correlation greater than 95% we're selected to create the edge list. The file is too large to run in Cytoscape due to limitation of computer configuration.

In R, I am able to calculate the topological properties of the network. And to cluster the gene co-experssion network, I tried using louvain community detection method as this algorithm showed high modularity compared to other community detection algorithm

After clustering how to rank the subclusters and save each subcluster in separate files.

R gene coexpression network clustering • 1.2k views
ADD COMMENT
0
Entering edit mode

You want to rank the communities / sub-clusters, but by which metric? When you create your Louvain object, you should be able to simply access different parameters in that (membership and modularity), and find a way to rank based on this information, if you wish.

ADD REPLY
0
Entering edit mode

I want to rank the sub-clusters using membership parameter and want to write an edge list file for each subcluster.

ADD REPLY
0
Entering edit mode

"membership parameter" must simply be an assignment that indicates to which cluster/module/community each gene belongs. For outputting an edge list, you can search for the answer with your search engine of choice - the answer will be there waiting for you. Just search for igraph output edge list

ADD REPLY

Login before adding your answer.

Traffic: 2533 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