add_methy {MultiDataSet} | R Documentation |
MultiDataSet
.This method adds or overwrites the slot "methylation"
of an
MultiDataSet
with the content of the given MethylationSet
or RatioSet
.
The fData of the input object must contain the columns chromosome and position.
add_methy(object, methySet, ...)
object |
|
methySet |
|
... |
Further arguments to be passed to |
A new MultiDataSet
with the slot "methylation"
filled.
if (require(brgedata)){ multi <- createMultiDataSet() multi <- add_methy(multi, brge_methy[1:100, ]) }