### Install DMRcate Package Source: https://bioconductor.org/packages/DMRcate Install the DMRcate package using BiocManager in R. Ensure you have R version 4.6 or later. ```R if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("DMRcate") ``` -------------------------------- ### View DMRcate Vignettes Source: https://bioconductor.org/packages/DMRcate Access the documentation vignettes for the installed DMRcate package in R. ```R browseVignettes("DMRcate") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.