Description Usage Arguments Value References Examples
View source: R/run.beta.mixture.model.R
This function is used for identifying the pCSM loci from single-cell methylomes. Briefly, a beta mixture model is utilized to divide the single-cells with hyper and hypo-methylation state into different cell subsets in a given CSM candidate region and determine the significance.
1 | run.beta.mixture.model(candidate,thread=1,distance=0.3,adjusted_pval=0.05,cell_number=8)
|
candidate |
A matrix containning the candidate pCSM loci with the format produced by find.candidate. |
thread |
Number of thread used to be tun beta mixture model. |
beta.mixture.output |
The matrix of beta mixture model output |
https://github.com/Evan-Evans/Beta-Mixture-Model
1 | #run.beta.mixture.model(candidate,thread=1,distance=0.3,adjusted_pval=0.05,cell_number=8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.