View source: R/helper_functions_for_class_checks.R
| isExposureSet | R Documentation |
'isExposureSet()' checks whether the input object is a set (list) of
numeric objects compatible with exposure output obtained from
decomposeTumorGenomes.
isExposureSet(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
decomposeTumorGenomes
### get Alexandrov signatures from COSMIC
signatures <- readAlexandrovSignatures()
### load reference genome
refGenome <- BSgenome.Hsapiens.UCSC.hg19::BSgenome.Hsapiens.UCSC.hg19
### read breast cancer genomes from Nik-Zainal et al (PMID: 22608084)
gfile <- system.file("extdata",
"Nik-Zainal_PMID_22608084-VCF-convertedfromMPF.vcf.gz",
package="decompTumor2Sig")
genomes <- readGenomesFromVCF(gfile, numBases=3, type="Alexandrov",
trDir=FALSE, refGenome=refGenome, verbose=FALSE)
### compute exposures
exposures <- decomposeTumorGenomes(genomes, signatures, verbose=FALSE)
isExposureSet(exposures)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.