Skip to contents

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

Value

A new grandR object

Details

The additional parameters are provided to each of the functions.