How to study gene expression network?
2
0
Entering edit mode
5.2 years ago
afli ▴ 190

Hi, I'm new in bioinformatics and I'm very interested in methods that can model the gene expression variation. I did some analysis about gene expression cluster construction using WGCNA. I've read some papers that employ machine learning methods to analyse gene expression network. I want to learn these skills, but I cannot find some scripts or some detailed explanation for these methods.

Could you give me some recommendation? It would be best to find some scripts or tutorial.

network gene-expression • 1.8k views
ADD COMMENT
7
Entering edit mode
5.2 years ago

I've read some papers that employ machine learning methods to analyse gene expression network.

Don't pay attention to them - they may each produce meaningless results.

As always, what one must remember is that network analyses are [mostly] fundamentally based on correlation. Correlation is not necessarily representative of underlying biology. Correlation is also affected by numerous factors pertaining to your data's distribution and any transformations applied to it.

Other methods may be based on Euclidean [or other] distances between your entities being analysed, but in this sense they are just as good as hierarchical clustering. Community / module detection algorithms may then just merely 'walk' along the tree structure and identify modules in this way. Most networks are therefore alternate representations of dendrograms. If you want to add 'machine learning' to this, then just bootstrap the clustering and/or module detection part and then slap the 'machine learning' label onto it.

WGCNA is common; however, other network analysis tools exist at which you could look include STRINGdb, iGraph, and CytoScape. You may also be interested in CGBayesNets, developed by a colleague of mine.

Finally, you could read this interesting manuscript: Gene co-expression analysis for functional classification and gene–disease predictions.

Kevin

ADD COMMENT
1
Entering edit mode

Nice to meet you again, and thank you very much for your suggestions Kevin!

ADD REPLY

Login before adding your answer.

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