search for: clustercons

Displaying 2 results from an estimated 2 matches for "clustercons".

2010 Mar 14
3
CRAN (and crantastic) updates this week
...g studies. * CCMtools (1.0) Mathieu Vrac http://crantastic.org/packages/CCMtools This package proposes a clustering method called "Correlation Clustering Model" (CCM) based on mixture of canonical correlation analysis (CCA). It also provides some tools for cluster analysis. * clusterCons (0.4) Dr. T. Ian Simpson http://crantastic.org/packages/clusterCons clusterCons is a package containing functions that generate robustness measures for clusters and cluster membership based on generating consensus matrices from bootstrapped clustering experiments in which a random prop...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })