extractSig | R Documentation |
Use known signature list to find the most likely exposures in samples
extractSig( object, method = "mle", itmax = 1000, tol = 1e-04, min.tmb = 2, compute.pval = FALSE, nperm = 1000, progress.bar = FALSE, pvtest = "permutation", cosmic = FALSE, Kmin = 2, K = 2, Kmax = 30, nrun = 10, useC = TRUE, initializer = "random", verbose = 2, ... )
object |
Object of class |
method |
Refitting method; |
itmax |
Maximum number of iterations for maximum likelihood estimate |
tol |
Tolerance for convergence |
min.tmb |
Minimum number of mutations in each sample. If |
compute.pval |
Estimate p-values |
nperm |
Number of permutations |
progress.bar |
Display progress bar |
pvtest |
Algorithm for p-value computation;
|
... |
Other parameters for |
data <- read.table(system.file('extdata', 'tcga-brca_catalog.txt', package='tempoSig')) b <- tempoSig(data) b <- extractSig(b, progress.bar = TRUE) b_pv <- extractSig(b, compute.pval = TRUE, progress.bar = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.