Description Usage Arguments Value Author(s) References See Also Examples
View source: R/helper_functions_for_class_checks.R
'sameSignatureFormat()' checks whether two input object are sets (lists) of numeric objects both compatible with the same signature format (probability vectors for Alexandrov signatures and probability matrices or data.frames for Shiraishi signatures). For Shiraishi signatures also the number of flanking bases and the presence of transcription-strand information are compared. For Alexandrov signatures also the number of triplet changes are compared.
1 | sameSignatureFormat(x, y)
|
x |
First object to be checked. |
y |
Second object to be checked. |
Logical value (true or false).
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
isAlexandrovSet
isShiraishiSet
1 2 3 4 5 6 7 | ### get Alexandrov signatures from COSMIC
signAlexandrov <- readAlexandrovSignatures()
### convert them to the Shiraishi model
signShiraishi <- convertAlexandrov2Shiraishi(signAlexandrov)
sameSignatureFormat(signAlexandrov, signShiraishi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.