Description Usage Arguments Value Examples
View source: R/co_methylation_step2.R
The second step of the co-methylation analysis, i.e. co-methylation analysis in each kmeans cluster based on WGCNA package.
1 | co_methylation_step2(data,kmeans_result,softPower_list,plot=FALSE)
|
data |
methylation profile of pCSM loci in each sample |
kmeans_result |
a kmeans object including the data and cluster information |
softPower_list |
a numeric vector contains 3 soft-thresholding power for WGCNA analysis in each kmeans cluster |
plot |
Logical; determine whether to produce the figures with methylation level of pCSM loci in each WGCNA cluster |
An object of "kmeans" with cluster information.
1 | #module <- co_methylation_step2(data=meth_data,kmeans_result=kmeans_cluster,softPower_list=c(20,16,16),plot=T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.