Description Usage Arguments Value
Helper function to read clinical annotation from GEO Matrix Series files
1 2 | ParseMatrixFile(file, start.line, end.line, pattern.search,
pattern.extract = "^.*:\\s*", drop.first.col = T, ...)
|
file |
the name of the matrix series file |
start.line |
the number of the line holding the names of the samples |
end.line |
the line after (!) the last line to read |
pattern.search |
a named character vector giving the search pattern for the different clinical parameters, names should be the names of the pararmeters |
pattern.extract |
character vector holding the pattern for extraction the desired parameter value, set to "" if no extraction is need, vector is recycled to same length as pattern.search |
drop.first.col |
boolean, indicates if the first column of the file contains line descriptors and thus should be dropped, default to TRUE |
... |
further arguments to sub |
a data frame with the parameters specified in pattern.search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.