# HG changeset patch # User mandorodriguez # Date 1463104086 14400 # Node ID f4e5638436929dd36e7171e016da671c16121fa7 # Parent 12d69a5e430309f4b3d2a1f7aff71ec436b4f829 Uploaded diff -r 12d69a5e4303 -r f4e563843692 append_gene_name.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/append_gene_name.xml Thu May 12 21:48:06 2016 -0400 @@ -0,0 +1,36 @@ + + Appends the Gene name to a gene table with the matching EnsID + + append_gene_name.py -t ${ensid_to_gene} -g ${gene_expression_file} + + + + + + + + + + + + + + + + +.. class:: infomark + +Takes in a file with gene expression data and a file that has a mapping of EnsGene IDs to gene names and adds the real gene name to the row with the matching EnsID. + + +------ + +.. class:: infomark + +**Tool Author** + +Mando Rodriguez + + + +