.allRatios {wrMisc} | R Documentation |
Search character-string and cut either before or after
Description
This function extracts/cuts text-fragments out of txt
following specific anchors defined by arguments cutFrom
and cutTo
.
Usage
.allRatios(dat, ty = "log2", colNaSep = "_")
Arguments
dat |
(matrix or data.frame) main input |
ty |
(character) type of ratio (eg 'log2') |
colNaSep |
(character) separator |
Value
This function returns a numeric vector
See Also
Examples
.allRatios(matrix(11:14, ncol=2))
[Package wrMisc version 1.15.1 Index]