Description Usage Arguments Value Examples
View source: R/FindComethylatedRegions.R
Find contiguous comethylated regions based on output file from function MarkComethylatedCpGs
1 | FindComethylatedRegions(CpGs_df, minCpGs_int = 3)
|
CpGs_df |
an output dataframe from function
|
minCpGs_int |
an integer, indicates minimum number of CpGs for output genomic regions |
A data frame with variables ProbeID
and Subregion
(index for each output
contiguous comethylated regions)
1 2 3 4 5 | 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.