Meth_difference | R Documentation |
This function calculate the methylation difference between groups of each region or each cytosine.
Meth_difference(output, diffgroup = NULL)
output |
refers to the output of Methmean_match. |
diffgroup |
refers to methylation difference between two groups, with the default NULL that is the max group - min group. The two groups can be manually select like diffgroup = c("group1", "group2"). |
Outputs methylation difference between groups.
output_methdiff <- Meth_difference(output)
adjustedoutput_methdiff <- Meth_difference(adjustedoutput, diffgroup = c("group1", "group2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.