Back to Multiple platform build/check report for BioC 3.11
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for cola on tokay2

This page was generated on 2020-10-17 11:56:21 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE cola PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 351/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cola 1.4.1
Zuguang Gu
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/cola
Branch: RELEASE_3_11
Last Commit: 182e341
Last Changed Date: 2020-05-03 07:59:28 -0400 (Sun, 03 May 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: cola
Version: 1.4.1
Command: C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:cola.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings cola_1.4.1.tar.gz
StartedAt: 2020-10-17 02:49:56 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 02:54:22 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 266.5 seconds
RetCode: 0
Status:  OK  
CheckDir: cola.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:cola.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings cola_1.4.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.11-bioc/meat/cola.Rcheck'
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'cola/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'cola' version '1.4.1'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'cola' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.1Mb
  sub-directories of 1Mb or more:
    extdata   1.0Mb
    libs      2.0Mb
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.11-bioc/R/library/cola/libs/i386/cola.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.11-bioc/R/library/cola/libs/x64/cola.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                             user system elapsed
consensus_partition                         30.50   0.00   30.50
collect_plots-ConsensusPartitionList-method  9.12   0.59    9.72
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                             user system elapsed
consensus_partition                         28.47   0.03   28.50
collect_plots-ConsensusPartitionList-method  8.21   0.82    9.03
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'test-all.R'
 OK
** running tests for arch 'x64' ...
  Running 'test-all.R'
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 NOTEs
See
  'C:/Users/biocbuild/bbs-3.11-bioc/meat/cola.Rcheck/00check.log'
for details.



Installation output

cola.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.11/bioc/src/contrib/cola_1.4.1.tar.gz && rm -rf cola.buildbin-libdir && mkdir cola.buildbin-libdir && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=cola.buildbin-libdir cola_1.4.1.tar.gz && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL cola_1.4.1.zip && rm cola_1.4.1.tar.gz cola_1.4.1.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 13.6M  100 13.6M    0     0  70.9M      0 --:--:-- --:--:-- --:--:-- 73.2M

install for i386

* installing *source* package 'cola' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cal_consensus_mat.cpp -o cal_consensus_mat.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c pdist.cpp -o pdist.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o cola.dll tmp.def RcppExports.o cal_consensus_mat.o pdist.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.11-bioc/meat/cola.buildbin-libdir/00LOCK-cola/00new/cola/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'cola'
    finding HTML links ... done
    ATC                                     html  
    ConsensusPartition-class                html  
    ConsensusPartitionList-class            html  
    Extract.ConsensusPartitionList          html  
    ExtractExtract.ConsensusPartitionList   html  
    FCC                                     html  
    PAC                                     html  
    aPAC                                    html  
    adjust_matrix                           html  
    adjust_outlier                          html  
    all_partition_methods                   html  
    all_top_value_methods                   html  
    cola                                    html  
    cola_opt                                html  
    cola_report-ConsensusPartition-method   html  
    cola_report-ConsensusPartitionList-method
                                            html  
    cola_report-dispatch                    html  
    cola_rl                                 html  
    collect_classes-ConsensusPartition-method
                                            html  
    collect_classes-ConsensusPartitionList-method
                                            html  
    collect_classes-dispatch                html  
    collect_plots-ConsensusPartition-method
                                            html  
    collect_plots-ConsensusPartitionList-method
                                            html  
    collect_plots-dispatch                  html  
    collect_stats-ConsensusPartition-method
                                            html  
    collect_stats-ConsensusPartitionList-method
                                            html  
    collect_stats-dispatch                  html  
    colnames-ConsensusPartition-method      html  
    colnames-ConsensusPartitionList-method
                                            html  
    colnames-dispatch                       html  
    compare_signatures-ConsensusPartition-method
                                            html  
    concordance                             html  
    consensus_heatmap-ConsensusPartition-method
                                            html  
    consensus_partition                     html  
    correspond_between_rankings             html  
    correspond_between_two_rankings         html  
    dim.ConsensusPartition                  html  
    dim.ConsensusPartitionList              html  
    dimension_reduction-ConsensusPartition-method
                                            html  
    dimension_reduction-dispatch            html  
    dimension_reduction-matrix-method       html  
    find_best_km                            html  
    functional_enrichment-ANY-method        html  
    functional_enrichment-ConsensusPartition-method
                                            html  
    functional_enrichment-ConsensusPartitionList-method
                                            html  
    functional_enrichment-dispatch          html  
    get_anno-ConsensusPartition-method      html  
    get_anno-ConsensusPartitionList-method
                                            html  
    get_anno-dispatch                       html  
    get_anno_col-ConsensusPartition-method
                                            html  
    get_anno_col-ConsensusPartitionList-method
                                            html  
    get_anno_col-dispatch                   html  
    get_classes-ConsensusPartition-method   html  
    get_classes-ConsensusPartitionList-method
                                            html  
    get_classes-dispatch                    html  
    get_consensus-ConsensusPartition-method
                                            html  
    get_matrix-ConsensusPartition-method    html  
    get_matrix-ConsensusPartitionList-method
                                            html  
    get_matrix-dispatch                     html  
    get_membership-ConsensusPartition-method
                                            html  
    get_membership-ConsensusPartitionList-method
                                            html  
    get_membership-dispatch                 html  
    get_param-ConsensusPartition-method     html  
    get_signatures-ConsensusPartition-method
                                            html  
    get_stats-ConsensusPartition-method     html  
    get_stats-ConsensusPartitionList-method
                                            html  
    get_stats-dispatch                      html  
    is_best_k-ConsensusPartition-method     html  
    is_best_k-ConsensusPartitionList-method
                                            html  
    is_best_k-dispatch                      html  
    is_stable_k-ConsensusPartition-method   html  
    is_stable_k-ConsensusPartitionList-method
                                            html  
    is_stable_k-dispatch                    html  
    knitr_add_tab_item                      html  
    knitr_insert_tabs                       html  
    map_to_entrez_id                        html  
    membership_heatmap-ConsensusPartition-method
                                            html  
    ncol-ConsensusPartition-method          html  
    ncol-ConsensusPartitionList-method      html  
    ncol-dispatch                           html  
    nrow-ConsensusPartition-method          html  
    nrow-ConsensusPartitionList-method      html  
    nrow-dispatch                           html  
    plot_ecdf-ConsensusPartition-method     html  
    recalc_stats                            html  
    register_NMF                            html  
    register_SOM                            html  
    register_partition_methods              html  
    register_top_value_methods              html  
    relabel_class                           html  
    remove_partition_methods                html  
    remove_top_value_methods                html  
    rownames-ConsensusPartition-method      html  
    rownames-ConsensusPartitionList-method
                                            html  
    rownames-dispatch                       html  
    run_all_consensus_partition_methods     html  
    select_partition_number-ConsensusPartition-method
                                            html  
    show-ConsensusPartition-method          html  
    show-ConsensusPartitionList-method      html  
    show-dispatch                           html  
    submit_to_david                         html  
    suggest_best_k-ConsensusPartition-method
                                            html  
    suggest_best_k-ConsensusPartitionList-method
                                            html  
    suggest_best_k-dispatch                 html  
    test_between_factors                    html  
    test_to_known_factors-ConsensusPartition-method
                                            html  
    test_to_known_factors-ConsensusPartitionList-method
                                            html  
    test_to_known_factors-dispatch          html  
    top_elements_overlap                    html  
    top_rows_heatmap-ConsensusPartitionList-method
                                            html  
    top_rows_heatmap-dispatch               html  
    top_rows_heatmap-matrix-method          html  
    top_rows_overlap-ConsensusPartitionList-method
                                            html  
    top_rows_overlap-dispatch               html  
    top_rows_overlap-matrix-method          html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'cola' ...
** libs
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cal_consensus_mat.cpp -o cal_consensus_mat.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c pdist.cpp -o pdist.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o cola.dll tmp.def RcppExports.o cal_consensus_mat.o pdist.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.11-bioc/meat/cola.buildbin-libdir/cola/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'cola' as cola_1.4.1.zip
* DONE (cola)
* installing to library 'C:/Users/biocbuild/bbs-3.11-bioc/R/library'
package 'cola' successfully unpacked and MD5 sums checked

Tests output

cola.Rcheck/tests_i386/test-all.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> suppressWarnings(suppressPackageStartupMessages(library(cola)))
> 
> test_check("cola")
== testthat results  ===========================================================
[ OK: 11 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> 
> proc.time()
   user  system elapsed 
   2.78    0.18    4.42 

cola.Rcheck/tests_x64/test-all.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> suppressWarnings(suppressPackageStartupMessages(library(cola)))
> 
> test_check("cola")
== testthat results  ===========================================================
[ OK: 11 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> 
> proc.time()
   user  system elapsed 
   2.15    0.20    2.34 

Example timings

cola.Rcheck/examples_i386/cola-Ex.timings

nameusersystemelapsed
ATC0.190.020.21
ConsensusPartition-class000
ConsensusPartitionList-class000
Extract.ConsensusPartitionList0.530.030.56
ExtractExtract.ConsensusPartitionList0.130.020.14
FCC0.110.030.14
PAC0.120.010.14
aPAC0.220.030.25
adjust_matrix000
adjust_outlier000
all_partition_methods000
all_top_value_methods000
cola0.030.010.05
cola_opt0.050.000.04
cola_report-ConsensusPartition-method000
cola_report-ConsensusPartitionList-method000
cola_report-dispatch000
cola_rl0.190.040.22
collect_classes-ConsensusPartition-method1.540.011.56
collect_classes-ConsensusPartitionList-method3.270.023.28
collect_classes-dispatch000
collect_plots-ConsensusPartition-method000
collect_plots-ConsensusPartitionList-method9.120.599.72
collect_plots-dispatch000
collect_stats-ConsensusPartition-method000
collect_stats-ConsensusPartitionList-method0.960.030.99
collect_stats-dispatch000
colnames-ConsensusPartition-method000
colnames-ConsensusPartitionList-method000
colnames-dispatch000
compare_signatures-ConsensusPartition-method000
concordance0.170.020.19
consensus_heatmap-ConsensusPartition-method0.560.030.59
consensus_partition30.5 0.030.5
correspond_between_rankings0.090.000.10
correspond_between_two_rankings0.030.000.03
dim.ConsensusPartition000
dim.ConsensusPartitionList000
dimension_reduction-ConsensusPartition-method2.360.012.37
dimension_reduction-dispatch000
dimension_reduction-matrix-method000
find_best_km000
functional_enrichment-ANY-method000
functional_enrichment-ConsensusPartition-method000
functional_enrichment-ConsensusPartitionList-method000
functional_enrichment-dispatch000
get_anno-ConsensusPartition-method000
get_anno-ConsensusPartitionList-method000
get_anno-dispatch000
get_anno_col-ConsensusPartition-method000
get_anno_col-ConsensusPartitionList-method0.010.000.02
get_anno_col-dispatch000
get_classes-ConsensusPartition-method0.130.080.20
get_classes-ConsensusPartitionList-method0.150.070.22
get_classes-dispatch000
get_consensus-ConsensusPartition-method0.130.030.15
get_matrix-ConsensusPartition-method0.140.010.16
get_matrix-ConsensusPartitionList-method0.120.020.14
get_matrix-dispatch000
get_membership-ConsensusPartition-method0.100.060.16
get_membership-ConsensusPartitionList-method0.170.000.17
get_membership-dispatch000
get_param-ConsensusPartition-method0.190.050.23
get_signatures-ConsensusPartition-method000
get_stats-ConsensusPartition-method0.140.030.18
get_stats-ConsensusPartitionList-method0.170.000.17
get_stats-dispatch000
is_best_k-ConsensusPartition-method000
is_best_k-ConsensusPartitionList-method000
is_best_k-dispatch000
is_stable_k-ConsensusPartition-method000
is_stable_k-ConsensusPartitionList-method000
is_stable_k-dispatch000
knitr_add_tab_item000
knitr_insert_tabs000
map_to_entrez_id000
membership_heatmap-ConsensusPartition-method0.650.000.65
ncol-ConsensusPartition-method000
ncol-ConsensusPartitionList-method000
ncol-dispatch000
nrow-ConsensusPartition-method000
nrow-ConsensusPartitionList-method000
nrow-dispatch000
plot_ecdf-ConsensusPartition-method0.170.040.21
recalc_stats000
register_NMF000
register_SOM000
register_partition_methods0.330.000.33
register_top_value_methods0.030.000.03
relabel_class0.010.000.02
remove_partition_methods000
remove_top_value_methods000
rownames-ConsensusPartition-method000
rownames-ConsensusPartitionList-method000
rownames-dispatch000
run_all_consensus_partition_methods0.180.010.19
select_partition_number-ConsensusPartition-method0.140.000.14
show-ConsensusPartition-method000
show-ConsensusPartitionList-method000
show-dispatch000
submit_to_david000
suggest_best_k-ConsensusPartition-method0.110.030.14
suggest_best_k-ConsensusPartitionList-method0.150.000.15
suggest_best_k-dispatch000
test_between_factors0.020.000.02
test_to_known_factors-ConsensusPartition-method0.140.000.14
test_to_known_factors-ConsensusPartitionList-method0.370.000.37
test_to_known_factors-dispatch000
top_elements_overlap0.100.020.11
top_rows_heatmap-ConsensusPartitionList-method000
top_rows_heatmap-dispatch000
top_rows_heatmap-matrix-method3.010.203.22
top_rows_overlap-ConsensusPartitionList-method0.350.060.41
top_rows_overlap-dispatch000
top_rows_overlap-matrix-method0.340.000.34

cola.Rcheck/examples_x64/cola-Ex.timings

nameusersystemelapsed
ATC0.170.040.20
ConsensusPartition-class000
ConsensusPartitionList-class000
Extract.ConsensusPartitionList0.580.010.60
ExtractExtract.ConsensusPartitionList0.170.020.19
FCC0.110.040.15
PAC0.120.050.17
aPAC0.210.000.21
adjust_matrix0.010.000.01
adjust_outlier000
all_partition_methods000
all_top_value_methods000
cola0.050.000.05
cola_opt0.050.000.05
cola_report-ConsensusPartition-method000
cola_report-ConsensusPartitionList-method000
cola_report-dispatch000
cola_rl0.160.020.17
collect_classes-ConsensusPartition-method1.720.011.74
collect_classes-ConsensusPartitionList-method3.560.033.59
collect_classes-dispatch000
collect_plots-ConsensusPartition-method000
collect_plots-ConsensusPartitionList-method8.210.829.03
collect_plots-dispatch000
collect_stats-ConsensusPartition-method000
collect_stats-ConsensusPartitionList-method0.690.010.70
collect_stats-dispatch000
colnames-ConsensusPartition-method000
colnames-ConsensusPartitionList-method000
colnames-dispatch000
compare_signatures-ConsensusPartition-method000
concordance0.060.030.09
consensus_heatmap-ConsensusPartition-method0.350.000.36
consensus_partition28.47 0.0328.50
correspond_between_rankings0.060.000.06
correspond_between_two_rankings0.020.000.02
dim.ConsensusPartition000
dim.ConsensusPartitionList000
dimension_reduction-ConsensusPartition-method1.700.021.72
dimension_reduction-dispatch000
dimension_reduction-matrix-method000
find_best_km000
functional_enrichment-ANY-method000
functional_enrichment-ConsensusPartition-method000
functional_enrichment-ConsensusPartitionList-method000
functional_enrichment-dispatch000
get_anno-ConsensusPartition-method000
get_anno-ConsensusPartitionList-method000
get_anno-dispatch000
get_anno_col-ConsensusPartition-method000
get_anno_col-ConsensusPartitionList-method000
get_anno_col-dispatch000
get_classes-ConsensusPartition-method0.110.000.11
get_classes-ConsensusPartitionList-method0.090.000.09
get_classes-dispatch000
get_consensus-ConsensusPartition-method0.090.010.11
get_matrix-ConsensusPartition-method0.190.000.18
get_matrix-ConsensusPartitionList-method0.110.050.16
get_matrix-dispatch000
get_membership-ConsensusPartition-method0.140.030.17
get_membership-ConsensusPartitionList-method0.080.030.11
get_membership-dispatch000
get_param-ConsensusPartition-method0.130.000.12
get_signatures-ConsensusPartition-method000
get_stats-ConsensusPartition-method0.090.040.13
get_stats-ConsensusPartitionList-method0.110.000.11
get_stats-dispatch000
is_best_k-ConsensusPartition-method000
is_best_k-ConsensusPartitionList-method000
is_best_k-dispatch000
is_stable_k-ConsensusPartition-method000
is_stable_k-ConsensusPartitionList-method000
is_stable_k-dispatch000
knitr_add_tab_item000
knitr_insert_tabs000
map_to_entrez_id000
membership_heatmap-ConsensusPartition-method0.480.000.49
ncol-ConsensusPartition-method000
ncol-ConsensusPartitionList-method000
ncol-dispatch000
nrow-ConsensusPartition-method000
nrow-ConsensusPartitionList-method000
nrow-dispatch000
plot_ecdf-ConsensusPartition-method0.100.010.11
recalc_stats000
register_NMF000
register_SOM000
register_partition_methods0.280.000.28
register_top_value_methods0.010.000.02
relabel_class0.020.000.01
remove_partition_methods000
remove_top_value_methods000
rownames-ConsensusPartition-method000
rownames-ConsensusPartitionList-method000
rownames-dispatch000
run_all_consensus_partition_methods0.120.000.13
select_partition_number-ConsensusPartition-method0.140.000.14
show-ConsensusPartition-method000
show-ConsensusPartitionList-method000
show-dispatch000
submit_to_david000
suggest_best_k-ConsensusPartition-method0.140.010.16
suggest_best_k-ConsensusPartitionList-method0.180.000.17
suggest_best_k-dispatch000
test_between_factors0.010.000.01
test_to_known_factors-ConsensusPartition-method0.190.000.19
test_to_known_factors-ConsensusPartitionList-method0.440.050.49
test_to_known_factors-dispatch000
top_elements_overlap0.120.000.12
top_rows_heatmap-ConsensusPartitionList-method000
top_rows_heatmap-dispatch000
top_rows_heatmap-matrix-method1.970.312.39
top_rows_overlap-ConsensusPartitionList-method0.200.020.22
top_rows_overlap-dispatch000
top_rows_overlap-matrix-method0.210.010.22