View source: R/helper_functions_for_class_checks.R
isSignatureSet | R Documentation |
'isSignatureSet()' checks whether the input object is a set (list) of
numeric objects compatible with either the Alexandrov format (probability
vectors; see isAlexandrovSet
) or the Shiraishi format (matrices or
data.frames of probabilities; see isShiraishiSet
).
NOTE: These can also be genomes compatible with one of the two formats!
isSignatureSet(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
isAlexandrovSet
isShiraishiSet
### get Alexandrov signatures from COSMIC signAlexandrov <- readAlexandrovSignatures() isSignatureSet(signAlexandrov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.