You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, to begin with, this is a python3(compatible to python3) program to help you convert ensembl gene_id to hugo name.
Usage:ensg2hugo.py [-h] [-f [COLUMNS]] [input]
The input file should have exact same structure with the example.csv file.So if you have a different structure csv file, just convert it to this structure, I think this will be easy.
"-f" will be limited to [1-8], the default f is 1.
Because I am a begginer, to write this program is a little bit hard, so I do not set output option, the output file will be default by output.hugo.csv.
And if the ensembl gene_id cannot match the gene_id we want to convert, "NA"will add on the gene_id, like the gene_id will be gene_id + "NA", so that you can find the un-matching easily. However, the un-matching will not change the column as the -f option change.
The column value will change,but the head will not change.