data.apply | R Documentation |
Internal function to apply functions to all slots etc.
data.apply(data, fun, fun.gene.info = NULL, fun.coldata = NULL, ...)
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 |
The additional parameters are provided to each of the functions.
A new grandR object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.