Commit db3a0d69f1e7afde29061d125c6b122bda04a033
1 parent
6a66705877
Exists in
master
Don't use this code yet
Updated else if statements
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
RAutoClDs.R
... | ... | @@ -244,8 +244,7 @@ THEFT <- function(){ |
244 | 244 | geneIDNam <- paste0("Clean_GPL",gplnum,".txt") %>% |
245 | 245 | read_delim(delim="\t",col_names = c("ID","Symbol"), comment = "!") |
246 | 246 | |
247 | - } | |
248 | - else if(clfileex == 0){ | |
247 | + } else if(clfileex == 0){ | |
249 | 248 | ##Lets Create a clean version |
250 | 249 | |
251 | 250 | ##Gene ID to Gene Name |