From 39173eac2a59f52337ee6ecbf06cdbc0a97746e0 Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Wed, 7 Jun 2017 16:07:07 -0400 Subject: [PATCH] Update --- RClean4.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RClean4.R b/RClean4.R index cfa5392..f1c1b40 100644 --- a/RClean4.R +++ b/RClean4.R @@ -277,7 +277,7 @@ if(clfileex == 0){ if(soft == FALSE){ geneIDNam <- genena %>% read_delim(delim="\t",comment = "#")%>% - dplyr::select(.,ID,grep("Symbol|^ORF\\s*$",colnames(.))) + dplyr::select(.,ID,grep("Symbol|^ORF\\s*$",colnames(.)) } ##Labeling the gene IDs without names -- 2.29.0