Description Usage Arguments Value Examples
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.
1 |
object |
|
methySet |
|
... |
Further arguments to be passed to |
A new MultiDataSet
with the slot "methylation"
filled.
1 2 3 4 | if (require(brgedata)){
multi <- createMultiDataSet()
multi <- add_methy(multi, brge_methy[1:100, ])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.