View source: R/FindComethylatedRegions.R
FindComethylatedRegions | R Documentation |
Find contiguous comethylated regions based on output file from
function MarkComethylatedCpGs
FindComethylatedRegions(CpGs_df, minCpGs_int = 3)
CpGs_df |
an output dataframe from function |
minCpGs_int |
an integer indicating the minimum number of CpGs for output genomic regions |
A data frame with variables ProbeID
and Subregion
(index for each output contiguous comethylated region)
data(betaMatrix_ex4)
CpGs_df <- MarkComethylatedCpGs(betaCluster_mat = betaMatrix_ex4)
FindComethylatedRegions(CpGs_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.