Description Usage Arguments Details Value See Also Examples
Run different DMR detection methods
1 2 3 4 5 6 7 8 9 10 11 |
set |
|
model |
Model matrix representing a linear model. |
methods |
Character vector with the names of the methods used to estimate the regions. Valid names are: "blockFinder", "bumphunter" and "DMRcate". |
coefficient |
Numeric with the index of the model matrix used to perform the analysis. |
bumphunter_params |
List with other parameter passed to |
blockFinder_params |
List with other parameter passed to |
dmrcate_params |
List with other parameter passed to |
verbose |
Logical value. Should the function be verbose? (Default: FALSE) |
resultSet |
Should results be encapsulated in a |
This function has been deprecated and will be defunct in the new version.
List or resultSet
with the result of the DMR detection methods.
bumphunter
, blockFinder
,
dmrcate
1 2 3 4 5 6 | if (require(minfiData)){
set <- ratioConvert(mapToGenome(MsetEx[1:10,]))
model <- model.matrix(~Sample_Group, data = pData(MsetEx))
res <- runRegionAnalysis(set, model)
res
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.