Closed andrewejaffe closed 7 years ago
Line 226-227, there is an extra parentheses
geneMap$Symbol = sym$mgi_symbol[geneMap$ensemblID, sym$ensembl_gene_id)] geneMap$EntrezID = sym$entrezgene[geneMap$ensemblID, sym$ensembl_gene_id)]
sorry, its missing a match( , not that there is an extra parentheses -a
match(
Line 226-227, there is an extra parentheses