Description Usage Arguments Value
Mutational signature fitting with mmsig
1 2 3 4 5 6 7 8 9 10 11 12 13 |
muts.input |
mutation input data frame as specified under input.format |
sig.input |
mutational signature reference with mutational classes as rows and signature exposures as columns: Substitution.Type, Trinucleotide, signature.1, ... signature.n |
input.format |
vcf: five column vcf-like data frame with the following columns: sample, chr (e.g. chr1), pos, ref, alt. classes: samples as columns and the 96 mutational classes as rows |
sample.sigt.profs |
NULL = use all signatures provided in the reference. Optionally provide list with signatures to consider for each sample |
bootstrap |
TRUE/FALSE for whether bootstrapping is to be performed |
iterations |
number of bootstrapping iterations to perform (only if bootstrap == TRUE) |
strandbias |
TRUE/FALSE for whether transcriptional strand bias should be tested for (only for vcf-like input format) |
refcheck |
check that input mutational catalog (if vcf-format) is aligned to hg19 |
cos_sim_threshold |
cosine similarity threshold below which signatures are removed from the final profile |
force_include |
vector with the names of signatures to always keep in the final profile of every sample |
dbg |
FALSE = silent; TRUE = verbose |
mutational signature fitting results for all samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.