Dear All,
The reference manual for the development version of TRONCO (https://www.bioconductor.org/packages/3.3/bioc/manuals/TRONCO/man/TRONCO.pdf) disagrees with the actual functions available. In particular, at least some functions in the reference manual do not exist and some arguments for existing functions are different. Thus, at least some examples from the PDF reference manual do not run.
A couple of examples:
- p. 71 of the PDF shows that function "tronco.bootstrap" takes an argument "silent" and another argument "cores.ratio". However, the actual argument instead of "silent" seems to be "verbose" (silent is not a valid argument, and this can be checked also looking at the code) and neither "cores.ratio" nor anything like it is a valid argument.
- p.8 of the PDF shows a function called "as.bootstrap.scores". However, that function does not exist (it is not in the namespace of TRONCO).
The help source files on the svn repo actually seem to be wrong in a weird way. There is a "as.bootstrap.scores.Rd" file in https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/TRONCO/man/ ) but that file is not present in the TRONCO_2.3.0.tar.gz file. Likewise, the file https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/TRONCO/man/tronco.bootstrap.Rd has the (wrong) arguments "silent" and "cores.ratio" which are not in the file "tronco.bootstrap.Rd" of the tar.gz. I do not understand how this is possible.
Best,
R
I think I got the details wrong. as.bootstrap.scores is in svn and the online docs, but not in the (old) tarball. So it is a variant of the scenario above, where the docs and tarball are out of sync, arising from failing to bump the version number in the package.
Martin, thanks for looking into into it and for the explanation (I was mistakenly under the wrong impression that the tar.gz was the "correct thing"). I'll wait for the new build then.