Back to Multiple platform build/check report for BioC 3.14
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2022-04-13 12:07:31 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for TRONCO on tokay2


To the developers/maintainers of the TRONCO package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/TRONCO.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 2009/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TRONCO 2.26.0  (landing page)
Luca De Sano
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/TRONCO
git_branch: RELEASE_3_14
git_last_commit: 1a274d4
git_last_commit_date: 2021-10-26 12:18:20 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: TRONCO
Version: 2.26.0
Command: C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:TRONCO.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings TRONCO_2.26.0.tar.gz
StartedAt: 2022-04-13 04:27:55 -0400 (Wed, 13 Apr 2022)
EndedAt: 2022-04-13 04:34:00 -0400 (Wed, 13 Apr 2022)
EllapsedTime: 365.0 seconds
RetCode: 0
Status:   OK  
CheckDir: TRONCO.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:TRONCO.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings TRONCO_2.26.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/TRONCO.Rcheck'
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'TRONCO/DESCRIPTION' ... OK
* this is package 'TRONCO' version '2.26.0'
* package encoding: UTF-8
* 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 'TRONCO' can be installed ... OK
* checking installed package size ... OK
* 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 files in 'vignettes' ... NOTE
Files named as vignettes but with no recognized vignette engine:
   'vignettes/1_introduction.Rmd'
   'vignettes/2_loading_data.Rmd'
   'vignettes/3_data_visualization.Rmd'
   'vignettes/4_data_manipulation.Rmd'
   'vignettes/5_model_inference.Rmd'
   'vignettes/6_post_reconstruction.Rmd'
   'vignettes/7_import_export.Rmd'
(Is a VignetteBuilder field missing?)
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                     user system elapsed
tronco.kfold.prederr 0.22   0.03    5.25
tronco.bootstrap     0.17   0.00   11.15
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                     user system elapsed
tronco.kfold.prederr 0.22   0.01    5.06
tronco.bootstrap     0.19   0.00    9.11
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.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: 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.14-bioc/meat/TRONCO.Rcheck/00check.log'
for details.



Installation output

TRONCO.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/TRONCO_2.26.0.tar.gz && rm -rf TRONCO.buildbin-libdir && mkdir TRONCO.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=TRONCO.buildbin-libdir TRONCO_2.26.0.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL TRONCO_2.26.0.zip && rm TRONCO_2.26.0.tar.gz TRONCO_2.26.0.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  268k  100  268k    0     0   949k      0 --:--:-- --:--:-- --:--:--  953k

install for i386

* installing *source* package 'TRONCO' ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'TRONCO'
    finding HTML links ... done
    AND                                     html  
    OR                                      html  
    TCGA.map.clinical.data                  html  
    TCGA.multiple.samples                   html  
    TCGA.remove.multiple.samples            html  
    TCGA.shorten.barcodes                   html  
    XOR                                     html  
    aCML                                    html  
    annotate.description                    html  
    annotate.stages                         html  
    as.adj.matrix                           html  
    as.alterations                          html  
    as.bootstrap.scores                     html  
    as.colors                               html  
    as.conditional.probs                    html  
    as.confidence                           html  
    as.description                          html  
    as.events                               html  
    as.events.in.patterns                   html  
    as.events.in.sample                     html  
    as.gene                                 html  
    as.genes                                html  
    as.genes.in.patterns                    html  
    as.genotypes                            html  
    as.hypotheses                           html  
    as.joint.probs                          html  
    as.kfold.eloss                          html  
    as.kfold.posterr                        html  
    as.kfold.prederr                        html  
    as.marginal.probs                       html  
    as.models                               html  
    as.parameters                           html  
    as.pathway                              html  
    as.patterns                             html  
    as.samples                              html  
    as.selective.advantage.relations        html  
    as.stages                               html  
    as.types                                html  
    as.types.in.patterns                    html  
    cbio.query                              html  
    change.color                            html  
    consolidate.data                        html  
    crc_gistic                              html  
    crc_maf                                 html  
    crc_plain                               html  
    delete.event                            html  
    delete.gene                             html  
    delete.hypothesis                       html  
    delete.model                            html  
    delete.pattern                          html  
    delete.samples                          html  
    delete.type                             html  
    duplicates                              html  
    ebind                                   html  
    enforce.numeric                         html  
    enforce.string                          html  
    events.selection                        html  
    export.graphml                          html  
    export.mutex                            html  
    export.nbs.input                        html  
    extract.MAF.HuGO.Entrez.map             html  
    genes.table.report                      html  
    has.duplicates                          html  
    has.model                               html  
    has.stages                              html  
    hypothesis.add                          html  
    hypothesis.add.group                    html  
    hypothesis.add.homologous               html  
    import.GISTIC                           html  
    import.MAF                              html  
    import.genotypes                        html  
    import.model                            html  
    import.mutex.groups                     html  
    intersect.datasets                      html  
    is.compliant                            html  
    join.events                             html  
    join.types                              html  
    keysToNames                             html  
    maf                                     html  
    muts                                    html  
    nameToKey                               html  
    nevents                                 html  
    ngenes                                  html  
    nhypotheses                             html  
    npatterns                               html  
    nsamples                                html  
    ntypes                                  html  
    oncoprint                               html  
    oncoprint.cbio                          html  
    order.frequency                         html  
    pathway.visualization                   html  
    pheatmap                                html  
    rank.recurrents                         html  
    rename.gene                             html  
    rename.type                             html  
    samples.selection                       html  
    sbind                                   html  
    ssplit                                  html  
    stage                                   html  
    test_dataset                            html  
    test_dataset_no_hypos                   html  
    test_model                              html  
    test_model_kfold                        html  
    trim                                    html  
    tronco.bootstrap                        html  
    tronco.caprese                          html  
    tronco.capri                            html  
    tronco.chowliu                          html  
    tronco.edmonds                          html  
    tronco.gabow                            html  
    tronco.kfold.eloss                      html  
    tronco.kfold.posterr                    html  
    tronco.kfold.prederr                    html  
    tronco.pattern.plot                     html  
    tronco.plot                             html  
    tronco.prim                             html  
    view                                    html  
    which.samples                           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 'TRONCO' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'TRONCO' as TRONCO_2.26.0.zip
* DONE (TRONCO)
* installing to library 'C:/Users/biocbuild/bbs-3.14-bioc/R/library'
package 'TRONCO' successfully unpacked and MD5 sums checked

Tests output

TRONCO.Rcheck/tests_i386/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 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.

> Sys.setenv("R_TESTS" = "")
> 
> library(testthat)
> library(TRONCO)
> 
> test_check("TRONCO")
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: CAPRESE with shrinkage coefficient: 0.5.
*** Evaluating LogLik informations.
The reconstruction has been successfully completed in 00h:00m:00s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Edmonds with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	.........
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 4 edges out of 46 (9%)
*** Performing likelihood-fit with regularization: no_reg and score: pmi .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:01s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Gabow with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	.........
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 9 edges out of 52 (17%)
*** Performing likelihood-fit with regularization: no_reg .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:01s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Chow Liu with "bic, aic" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	...........
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 7 edges out of 49 (14%)
*** Performing likelihood-fit with regularization bic .
*** Performing likelihood-fit with regularization aic .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:02s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Prim with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	............
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 5 edges out of 49 (10%)
*** Performing likelihood-fit with regularization: no_reg .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:02s 
[ FAIL 0 | WARN 28 | SKIP 0 | PASS 225 ]

[ FAIL 0 | WARN 28 | SKIP 0 | PASS 225 ]
> 
> proc.time()
   user  system elapsed 
  39.65    0.60   93.67 

TRONCO.Rcheck/tests_x64/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 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.

> Sys.setenv("R_TESTS" = "")
> 
> library(testthat)
> library(TRONCO)
> 
> test_check("TRONCO")
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: CAPRESE with shrinkage coefficient: 0.5.
*** Evaluating LogLik informations.
The reconstruction has been successfully completed in 00h:00m:00s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Edmonds with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	.......
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 6 edges out of 53 (11%)
*** Performing likelihood-fit with regularization: no_reg and score: pmi .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:02s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Gabow with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	....
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 5 edges out of 55 (9%)
*** Performing likelihood-fit with regularization: no_reg .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:01s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Chow Liu with "bic, aic" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	....
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 8 edges out of 50 (16%)
*** Performing likelihood-fit with regularization bic .
*** Performing likelihood-fit with regularization aic .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:01s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Prim with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	.............
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 3 edges out of 42 (7%)
*** Performing likelihood-fit with regularization: no_reg .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:02s 
[ FAIL 0 | WARN 28 | SKIP 0 | PASS 225 ]

[ FAIL 0 | WARN 28 | SKIP 0 | PASS 225 ]
> 
> proc.time()
   user  system elapsed 
  45.65    0.57  100.95 

Example timings

TRONCO.Rcheck/examples_i386/TRONCO-Ex.timings

nameusersystemelapsed
TCGA.multiple.samples0.000.010.02
TCGA.remove.multiple.samples0.010.020.03
TCGA.shorten.barcodes0.020.000.02
annotate.description0.000.020.01
annotate.stages0.100.000.09
as.adj.matrix0.010.000.02
as.alterations000
as.bootstrap.scores0.030.000.03
as.colors0.000.010.01
as.confidence0.000.020.02
as.description000
as.events000
as.events.in.patterns0.020.000.02
as.events.in.sample000
as.gene0.020.000.01
as.genes000
as.genes.in.patterns000
as.genotypes0.010.000.02
as.hypotheses000
as.joint.probs0.020.010.03
as.kfold.eloss0.040.020.06
as.kfold.posterr0.080.010.09
as.kfold.prederr0.090.000.09
as.marginal.probs000
as.models0.030.000.03
as.parameters0.000.020.02
as.pathway000
as.patterns0.020.000.02
as.samples000
as.selective.advantage.relations0.090.000.09
as.stages0.020.000.02
as.types000
as.types.in.patterns000
change.color0.010.000.01
consolidate.data0.030.000.03
delete.event000
delete.gene0.020.000.02
delete.hypothesis0.030.000.03
delete.model0.020.000.01
delete.pattern0.010.000.02
delete.samples000
delete.type000
duplicates000
enforce.numeric000
enforce.string000
events.selection0.010.000.01
export.graphml0.10.00.1
export.mutex0.010.000.01
has.duplicates000
has.model000
has.stages0.000.010.02
import.GISTIC000
import.MAF0.080.000.07
intersect.datasets000
is.compliant000
join.events0.020.000.02
join.types0.040.000.05
keysToNames000
nameToKey000
nevents000
ngenes0.010.000.02
nhypotheses000
npatterns0.020.000.01
nsamples000
ntypes0.000.020.02
oncoprint.cbio0.020.000.02
order.frequency0.030.000.03
pheatmap0.040.000.04
rank.recurrents0.000.020.02
rename.gene0.020.000.01
rename.type000
samples.selection0.000.010.02
trim0.020.000.02
tronco.bootstrap 0.17 0.0011.15
tronco.caprese0.170.000.17
tronco.capri1.990.082.06
tronco.chowliu1.200.001.24
tronco.edmonds1.440.001.43
tronco.gabow1.370.001.38
tronco.kfold.eloss0.110.020.12
tronco.kfold.posterr0.250.094.82
tronco.kfold.prederr0.220.035.25
tronco.plot0.260.000.27
tronco.prim2.490.002.48
view000
which.samples000

TRONCO.Rcheck/examples_x64/TRONCO-Ex.timings

nameusersystemelapsed
TCGA.multiple.samples0.020.000.02
TCGA.remove.multiple.samples0.030.000.03
TCGA.shorten.barcodes0.010.010.03
annotate.description0.020.000.02
annotate.stages0.110.020.12
as.adj.matrix0.010.010.04
as.alterations000
as.bootstrap.scores0.030.020.04
as.colors0.020.000.02
as.confidence0.010.000.01
as.description0.020.000.02
as.events000
as.events.in.patterns000
as.events.in.sample000
as.gene0.010.000.02
as.genes000
as.genes.in.patterns000
as.genotypes0.000.020.02
as.hypotheses0.000.010.01
as.joint.probs0.000.020.02
as.kfold.eloss0.080.000.08
as.kfold.posterr0.110.000.10
as.kfold.prederr0.080.010.10
as.marginal.probs000
as.models0.010.020.03
as.parameters0.000.010.02
as.pathway000
as.patterns0.020.000.01
as.samples000
as.selective.advantage.relations0.090.020.11
as.stages0.020.000.02
as.types000
as.types.in.patterns000
change.color0.000.010.01
consolidate.data0.030.000.03
delete.event0.010.000.02
delete.gene000
delete.hypothesis0.050.000.05
delete.model000
delete.pattern0.020.000.01
delete.samples0.000.020.02
delete.type000
duplicates0.010.000.01
enforce.numeric000
enforce.string000
events.selection0.000.020.02
export.graphml0.100.000.12
export.mutex000
has.duplicates0.000.010.02
has.model000
has.stages0.010.000.01
import.GISTIC000
import.MAF0.080.000.08
intersect.datasets000
is.compliant000
join.events0.000.020.02
join.types0.050.000.04
keysToNames0.010.000.02
nameToKey000
nevents000
ngenes0.020.000.02
nhypotheses000
npatterns000
nsamples000
ntypes0.000.010.01
oncoprint.cbio000
order.frequency0.010.000.02
pheatmap0.020.020.03
rank.recurrents0.010.000.01
rename.gene000
rename.type000
samples.selection0.000.010.02
trim000
tronco.bootstrap0.190.009.11
tronco.caprese0.190.000.19
tronco.capri2.140.072.20
tronco.chowliu1.220.001.25
tronco.edmonds1.260.001.27
tronco.gabow1.400.001.39
tronco.kfold.eloss0.120.010.14
tronco.kfold.posterr0.200.024.88
tronco.kfold.prederr0.220.015.06
tronco.plot0.250.020.27
tronco.prim2.440.002.43
view000
which.samples000