Description Usage Arguments Value Examples
fit the data distribution to a mixture of Gaussian mixture
1 2 3 4 |
x |
test mutSet object |
params |
A list contain result from fit |
WES |
test mutSet object which contain whole exome data which will be used to generate the truth. |
prior |
A list contain prior parameters |
mut.nonsil |
A boolen. If it is TRUE, the nonsilent mutation will be used for prediction |
gid_nonsil_p |
A vector of gid for passenger genes |
method |
A string which specify the method to predict the TMB |
cores |
A number which specifiy the nubmer of core to use for parallel computing. |
span |
The extension of low and high limit. High = high * span and low = low/span |
low |
The lower limit. |
high |
The higher limit. |
A data.frame contain the result.
1 2 3 4 | ## Not run:
pred_TMB(Data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.