Thread
:
Rename whole data sets
View Single Post
05-27-2014, 09:11 PM
#
2
Jeremy
Senior Member
Location: Pathum Thani, Thailand
Join Date: Nov 2009
Posts: 190
call that string MyString
NewString <- paste("mygenes_", MyString, sep="")
If that is a column of a data frame called DF
DF$MyString <- paste("mygenes_", DF$MyString, sep="")
Jeremy
View Public Profile
Send a private message to Jeremy
Find More Posts by Jeremy