Coexpression Analysis Of Genes Using Python
1
1
Entering edit mode
11.0 years ago
pixie@bioinfo ★ 1.5k

I know that coexpression analysis can be done in R but I want to know if its possible in Python using expression values of genes. Thanks!

python microarray • 7.0k views
ADD COMMENT
1
Entering edit mode
11.0 years ago

Sure, just use rpy or rpy2 to use R from python. Alternatively have a look at the WGCNA pipeline, which appears to be a wrapper for WGCNA in python (I presume it uses rpy, but perhaps not).

ADD COMMENT
0
Entering edit mode

It uses rpy2 and you may have to get all the dependencies before you can use the pipeline- rpy2 (http://rpy.sourceforge.net/rpy2), sqlite3, tables (http://www.pytables.org/), Numpy and Cython. I would advise you use WGCNA in R. Its easy to install and their tutorial is pretty simple to use. Also, it really depends on what exactly you want to do? WGCNA is pretty sophisticated but if you just want to some simple clustering I am sure there are many modules in Python for that.

ADD REPLY

Login before adding your answer.

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