From fc0d5afa8a68d0ffd8da2f861422c7db2b100c63 Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Wed, 7 Jun 2017 16:18:55 -0400 Subject: [PATCH] Update (UNTESTED) --- RClean4.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RClean4.R b/RClean4.R index a927f51..5f5672d 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*$|^gene_assignment\\s*$",colnames(.)) + dplyr::select(.,ID,grep("Symbol|^ORF\\s*$|^gene_assignment\\s*$",colnames(.))) } ##Labeling the gene IDs without names -- 2.29.0