| tempoSig | R Documentation |
tempoSig objecttempoSig(data, signat = "v2")
data |
Input data of mutation catalog; samples in columns and mutation types in rows. |
signat |
Reference signatures table; default is COSMIC
version 3 signatures. It can be a matrix of the table, the file name
containing the table, or character code |
Object of class tempoSig.
set.seed(130)
data <- rmultinom(n = 5, size = 100, prob = rep(1,96))
rownames(data) <- trinucleotides()
colnames(data) <- paste0('S',seq(5))
s <- tempoSig(data)
data <- read.table(system.file('extdata', 'tcga-brca_catalog.txt',
package='tempoSig'), header=TRUE, sep='\t')
b <- tempoSig(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.