Commit 9c467bfff81af7aee601433a469c44945ca136be

Authored by Efrain Gonzalez
1 parent 39af88c5af
Exists in master

Added Normal to glossary of terms

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -44,7 +44,7 @@ chngrownm <- function(mat){
44 44 colnames(mat)[j] <- paste0("Braak",b)
45 45 b = b + 1
46 46 }
47   - if(grepl("group|disease|control|AD|normal|diagnosis|Alzheimer|Control",mat[2,j])==TRUE){
  47 + if(grepl("group|disease|control|AD|normal|diagnosis|Alzheimer|Control|Normal",mat[2,j])==TRUE){
48 48 colnames(mat)[j] <- paste0("Group",g)
49 49 g = g + 1
50 50 }