I have a data frame. Let\'s call him bob:
bob
> head(bob) phenotype exclusion GSM399350 3- 4- 8- 25- 44+
With the dplyr-package loaded use
dplyr
bob=bob%>%mutate_at("phenotype", as.character)
if you only want to change the phenotype-column specifically.
phenotype