RunhdpLessHier | R Documentation |
Run hdp extraction and attribution on a spectra catalog file
RunhdpLessHier( input.catalog, out.dir, CPU.cores = 1, seedNumber = 1, K.guess, multi.types = FALSE, remove.noise = FALSE, num.posterior = 4, post.burnin = 4000, post.n = 50, post.space = 50, post.cpiter = 3, test.only = FALSE, overwrite = FALSE, verbose = TRUE )
input.catalog |
File containing a spectra catalog
in |
out.dir |
Directory that will be created for the output;
abort if it already exits. Log files will be in
|
CPU.cores |
Number of CPUs to use in running
|
seedNumber |
Specify the pseudo-random seed number used to run hdp. Setting seed can make the attribution of hdp repeatable. Default: 1. |
K.guess |
Suggested initial value of the number of
signatures, passed to |
multi.types |
A logical scalar or
a character vector.
If If If it is a character vector, it should be a vector of case-sensitive tumor
types.
e.g. |
remove.noise |
Whether to remove noise signature "hdp.0"? In normal cases scenarios, only few mutations will be assigned to noise signature. For result visualization and assessment of |
num.posterior |
Number of posterior sampling chains; can set to 1 for testing. |
post.burnin |
Pass to |
post.n |
Pass to |
post.space |
Pass to |
post.cpiter |
Pass to |
test.only |
If TRUE, only analyze the first 10 columns
in |
overwrite |
If TRUE, overwrite existing output. |
verbose |
If |
Creates several
files in out.dir
. These are:
TODO(Steve): list the files
TODO(Wuyang)
The inferred exposure of hdp
, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.