From c9b26870753f9a97b45e91d741ccc3a2573b73ad Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Tue, 20 Jun 2017 15:59:03 -0400 Subject: [PATCH] Don't use this code yet Still checking some stuff --- RAutoClDs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAutoClDs.R b/RAutoClDs.R index 4c18074..2cf8af9 100644 --- a/RAutoClDs.R +++ b/RAutoClDs.R @@ -104,7 +104,7 @@ NAFIXING <- function(GIDNAM){ } #4#Function for changing the gene ID to gene name -cgeneID2 <- function(GeneName,DATA){ +cgeneID <- function(GeneName,DATA){ nj <- t(GeneName) nq <- t(DATA) colGene <- dim(nj)[2] -- 2.29.0