Description Usage Arguments Value Author(s) References See Also Examples
View source: R/helper_functions_for_class_checks.R
'isExposureSet()' checks whether the input object is a set (list) of
numeric objects compatible with exposure output obtained from
decomposeTumorGenomes
.
1 |
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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ### 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.