Zipf's Law Microarray Normalization

(Excel Macro Installation Instructions)




Introduction

The microarray normalization technique using Zipf's Law has been implimented as a Microsoft Excel macro.

     Download: ZipfsNormalize.xls

This implimenation has the following limitations:

If you cannot live with these limitations, you may want to try the Perl script implimentation.

Installation



Instructions



Tips

  • Importing raw text data with different formats can sometimes be a problem. For example, in Germany, commas are used as a decimal marker instead of the point. In the third window of the text import dialog, you can click on the 'more' button to choose the decimal separator. Also in the third window of the text importer, you may wish to specify the data format of the columns.
  • You may wish to modify or improve the macro for your own purposes. To do this, open the Visual Basic Editor by clicking Extras->Macro->Visual Basic Editor in the menu bar (or by hitting Alt+F11). For example, you may wish to see the ranks that were assigned to the genes in order to make a graph of the data. You can comment out the line of code that deleted the ranks as shown.



    Last updated: 01.05.2003