Description Usage Arguments Value Author(s) References See Also Examples
View source: R/convertAlexandrov2Shiraishi.R
'convertAlexandrov2Shiraishi()' converts a set Alexandrov signatures to the Shiraishi model, summing the respective frequencies of base changes, and upstream and downstream flanking bases. In most cases, the resulting Shiraishi signatures don't provide information on the transcription strand, as this is not part of the standard Alexandrov signatures. While the conversion is mainly thought for signatures, it actually works also for mutation frequency data from genomes which have the same format. [Attention: this conversion entails a loss of specificity and the applicability of Shiraishi signatures derived from Alexandrov signatures has not been extensively explored!]
1 | convertAlexandrov2Shiraishi(signatures)
|
signatures |
(Mandatory) A list of Alexandrov signatures with named
elements as produced by |
A list of Shiraishi signatures that can be used for
decomposeTumorGenomes
.
Rosario M. Piro
Politecnico di Milano
Maintainer: Rosario
M. Piro
E-Mail: <rmpiro@gmail.com> or <rosariomichael.piro@polimi.it>
http://rmpiro.net/decompTumor2Sig/
Krueger, Piro (2019) decompTumor2Sig: Identification of mutational
signatures active in individual tumors. BMC Bioinformatics
20(Suppl 4):152.
decompTumor2Sig
readAlexandrovSignatures
readShiraishiSignatures
1 2 3 4 5 | ### get Alexandrov signatures from COSMIC
signAlexandrov <- readAlexandrovSignatures()
### convert them to the Shiraishi model
signShiraishi <- convertAlexandrov2Shiraishi(signAlexandrov)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.