String manipulations in R

*Blog post
2005
Being updated
Data management
R software
Author

Steve Simon

Published

May 10, 2005

As part of my efforts to analyze microarray data, I am finding that I need to do simple string manipulations in R. Here is a list of functions that might help.

There are several functions that will convert one string into another string.

Several functions help find matches between two lists.

Several functions will use regular expressions.

A nice tutorial, by the way, on regular expressions is at:

There are several string manipulation functions found in the limma package, including

Earlier versions are here and here.