Extracts Tumor Sample Barcodes where the given genes are mutated.
Extracts Tumor Sample Barcodes where the given genes are mutated.
genesToBarcodes(maf, genes = NULL, justNames = FALSE, verbose = TRUE)
list of data.table
s with samples in which given genes are mutated.
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools") laml <- read.maf(maf = laml.maf) genesToBarcodes(maf = laml, genes = 'DNMT3A')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.