Commit 39173eac2a59f52337ee6ecbf06cdbc0a97746e0
1 parent
903b43594c
Exists in
master
Update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
RClean4.R
... | ... | @@ -277,7 +277,7 @@ if(clfileex == 0){ |
277 | 277 | if(soft == FALSE){ |
278 | 278 | geneIDNam <- genena %>% |
279 | 279 | read_delim(delim="\t",comment = "#")%>% |
280 | - dplyr::select(.,ID,grep("Symbol|^ORF\\s*$",colnames(.))) | |
280 | + dplyr::select(.,ID,grep("Symbol|^ORF\\s*$",colnames(.)) | |
281 | 281 | } |
282 | 282 | |
283 | 283 | ##Labeling the gene IDs without names |