How can I install the PyAffy Python package under Windows 7?
0
0
Entering edit mode
6.7 years ago

I need to install the Python package PyAffy under Windows 7. It seems to be the only package, which can read in the .cel files, which are produced by Affymetrics's Yeast2 Microarray chip. But each installation fails because I keep getting the error message that the file named "vcvarsall.bat" is missing. This is a known bug.

Some people wrote that they managed to fix it by installing Visual Studio 8.0 SP1. I followed exactly their instructions but I could not get it to work. Could you please help me by explaining me what I need to do to get the PyAffy Python package installed under Windows even though it seems to be impossible to create the needed vcvarsal.bat file?

I cannot work with Linux because I am legally blind and there is no good screen reader and magnifier for Linux like the one I use for Windows. Are there different kinds of Pythons, which I could install, to work around this problem? Is there any other packages like PyAffy, which can read in the .cel files of the Affymetrics Yeast2 microarray chip?

Thanks a lot in advance. Thomas. Cell phone: 318 243 3940, Email: Hahn5Thomas@gmail.com

software error gene genome • 2.0k views
ADD COMMENT
1
Entering edit mode

Not a direct answer, but you can probably read these Affymetrics's Yeast2 Microarray CEL files with ReadAffy() from the affy package.

ADD REPLY
0
Entering edit mode

did you try affy module in biopython (http://biopython.org/DIST/docs/api/Bio.Affy-module.html)?

ADD REPLY
0
Entering edit mode

No. I was not aware of it. Thanks for having taken the time to share this solution with me. Now I can proceed. Thanks a bunch!

ADD REPLY
1
Entering edit mode

Easy way to install biopython in windows provided on biopython website. copy/pasted from https://pypi.python.org/pypi/biopython/1.70:

Python 2.7.9 onwards, and Python 3.4 onwards, include the package management system “pip” which should allow you to install Biopython with just:

pip install numpy
pip install biopython
ADD REPLY

Login before adding your answer.

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