globalStats | R Documentation |
Computes the average smoothed global CpG methylation values
for each sample and tests for differences between groups while adjusting for the provided
covariates. CpG island testing is performed for the human, mouse, and rat genomes.
Global methylation and CpG island differences are tested for using an ANOVA through the
aov
function.
globalStats(
bs.filtered.bsseq = bs.filtered.bsseq,
genome = genome,
testCovariate = testCovariate,
adjustCovariate = NULL,
matchCovariate = NULL
)
bs.filtered.bsseq |
Smoothed |
genome |
Character specifying the genome of interest |
testCovariate |
The factor to test for differences between groups |
adjustCovariate |
The covariate(s) to adjust for between groups |
matchCovariate |
Another covariate to adjust for between groups (for dmrseq compatibility) |
globalStats
A list of tibbles with smoothed global and CpG island methylation statistics and the values used for the tests
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.