On doing module extraction from a rna-seq dataset, I get the module as a text file containing the index number of the gene and not the gene names. I have saved the gene names from the original gene expression file in a variable "geneNames". How do I match the index number from the module file with the index number of geneNames to get the corresponding gene name for the genes in the module? The coding language used is R.