From db3a0d69f1e7afde29061d125c6b122bda04a033 Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Wed, 21 Jun 2017 09:20:09 -0400 Subject: [PATCH] Don't use this code yet Updated else if statements --- RAutoClDs.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RAutoClDs.R b/RAutoClDs.R index 6d20426..d954a30 100644 --- a/RAutoClDs.R +++ b/RAutoClDs.R @@ -244,8 +244,7 @@ THEFT <- function(){ geneIDNam <- paste0("Clean_GPL",gplnum,".txt") %>% read_delim(delim="\t",col_names = c("ID","Symbol"), comment = "!") - } - else if(clfileex == 0){ + } else if(clfileex == 0){ ##Lets Create a clean version ##Gene ID to Gene Name -- 2.29.0