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