Description Usage Arguments Details Value Author(s) See Also Examples
Split a vector of composite names into a matrix of simple names.
1 |
x |
character vector |
split |
character to split each element of vector on, see |
... |
other arguments are passed to |
This function is the same as strsplit except that the output value is a matrix instead of a list.
The first column of the matrix contains the first component from each element of x, the second column contains the second components etc.
The number of columns is equal to the maximum number of components for any element of x.
The motivation for this function in the limma package is handle input columns which are composites of two or more annotation fields.
A list containing components
Name |
character vector of the same length as |
Annotation |
character vector of the same length as |
Gordon Smyth
An overview of LIMMA functions for reading data is given in 03.ReadingData.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.