Rcpp Integration Surrogate Variable Analysis and Rewrite by RcppEigen and RcppGSL.
Update added original version of bump hunting for DMR(differential methylation region) by non-parametric methods(Permutations && Bootstrap)
Update in helper.R
# 392 |
sum(abs(sum(ix[,3])) >= abs(colSums(ix[,-(1:7)])))/ L -> sum(abs(sum(ix[,3])) <= abs(colSums(ix[,-(1:7)])))/ L
@Jun, 5. Bugs corrected in bootstrap test method
@Jun, 6. Comb-p method started
@Jun, 7. Correlation Clustering Algorithm added
@Jun, 8. Accelerate recursive merge of region by prefix-product(Parallization)
Combine-pvalue algorithm for DMR search added
@Jun, 11. Pass weight argument to combp
function should be fixed
@Jun, 14. correct the correlateClusterMaker
and Segments
overlap problem, actually, we should decovolute the correlateClusterMaker
and Segments
.
HClust
functionHClust
, which occurs when a lot of 0-distance node pairs exist.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.