DHelix
1.0
Nov. 08, 2013
- Read a .txt file or csv file; or read a .xls file and convert it to a .csv file.
- Automatically find gene's ID, full name, chromosome localization and function description based on gene symbol, and also include the web page link to that gene.
- Write the searching result into a new .txt file.
The first row (header) of "Homo_sapiens.gene_info.txt" used in this script was manually modified.
python GeneInfo.py [inputFileName] [OutputFileName]