Description Usage Arguments Details Author(s) See Also Examples
Summarizing methylation data from a RGChannelSet or GenomicRatioSet into a shinyMethylSet needed to launch the interactive interface of shinyMethyl. That works for both the 450k and EPIC arrays.
1 2 3 4 | ## S4 method for signature 'RGChannelSet'
shinySummarize(object)
## S4 method for signature 'GenomicRatioSet'
shinySummarize(object)
|
object |
Either a |
Either a RGChannelSet
is transformed into a shinyMethylSet
, or a GenomicRatioSet
is transformed to a shinyMethylSet
Jean-Philippe Fortin jfortin@jhsph.edu
shinyMethylSet
for the output object and
RGChannelSet
or GenomicRatioSet
for the input object.
1 2 3 4 | if (require(minfiData)){
library(minfiData)
summarized.data <- shinySummarize(RGsetEx)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.