View source: R/helper_functions_for_class_checks.R
isShiraishiSet | R Documentation |
'isShiraishiSet()' checks whether the input object is a set (list) of numeric objects compatible with the Shiraishi format (matrices or data.frames of probabilities; 6 columns, each row sums up to 1). NOTE: These can also be genomes compatible with the Shiraishi format!
isShiraishiSet(x)
x |
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
isSignatureSet
readShiraishiSignatures
### get Alexandrov signatures from COSMIC signAlexandrov <- readAlexandrovSignatures() ### convert them to the Shiraishi model signShiraishi <- convertAlexandrov2Shiraishi(signAlexandrov) isShiraishiSet(signShiraishi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.