Description Usage Arguments Value Examples
Computes the frequency of each possible trinucleotide or 5-nucleotide mutation signature
1 |
reference |
The path leading to your assembly file (.fa or .fa.gz). |
mut_file |
The path leading to your mutation input file (tsv or csv only). Alternatively,
this is your mutation data if you supplied either a |
five |
A boolean variable. A value of |
slice |
A boolean variable. A value of |
A background mutation signatures vector (wt
), which provides
the frequency of each possible signature given an assembly file. A matrix (mut_mat
)
containing the mutational rate of each signature for each sample in your supplied mutation
input file.
1 2 3 4 | assembly <- "Homo_sapiens.GRCh37.dna.primary_assembly.fa"
mut_file <- "mutation_file_input.tsv"
mut_sign <- mut_count(assembly, mut_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.