Skip to contents

Standardize names

Usage

SetHistory(obj.se, history)

Arguments

obj.se

An instance of the class `SummarizedExperiment`

history

A `data.frame()`

Value

An instance of the class `SummarizedExperiment`

Author

Samuel Wieczorek

Examples

data(lldata)
history <- GetHistory(lldata, 'Convert')
history <- Add2History(history, 'Example', 'Step Ex', 'ex_param', 'Ex')
lldata[[1]] <- SetHistory(lldata[[1]], history)