Commit c9b26870753f9a97b45e91d741ccc3a2573b73ad

Authored by Efrain Gonzalez
1 parent 66494e5dc5
Exists in master

Don't use this code yet

Still checking some stuff
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -104,7 +104,7 @@ NAFIXING <- function(GIDNAM){
104 104 }
105 105  
106 106 #4#Function for changing the gene ID to gene name
107   -cgeneID2 <- function(GeneName,DATA){
  107 +cgeneID <- function(GeneName,DATA){
108 108 nj <- t(GeneName)
109 109 nq <- t(DATA)
110 110 colGene <- dim(nj)[2]