data.apply {grandR} | R Documentation |
Internal function to apply functions to all slots etc.
Description
Internal function to apply functions to all slots etc.
Usage
data.apply(data, fun, fun.gene.info = NULL, fun.coldata = NULL, ...)
Arguments
data |
a grandR object |
fun |
apply this function to each data slot (i.e. it receives each data matrix) |
fun.gene.info |
apply this function to the gene info table |
fun.coldata |
apply this function to the column annotation table |
... |
passed further to fun, fun.gene.info and fun.coldata |
Details
The additional parameters are provided to each of the functions.
Value
A new grandR object
[Package grandR version 0.2.5 Index]