powered by
Read VCF Files as MAF Object
read_vcf( vcfs, samples = NULL, genome_build = c("hg19", "hg38", "mm10"), keep_only_pass = TRUE, verbose = TRUE )
VCF file paths.
sample names for VCF files.
genome build version like "hg19".
if TRUE, keep only 'PASS' mutation for analysis.
TRUE
if TRUE, print extra info.
a MAF.
read_maf, read_copynumber
# NOT RUN { vcfs <- list.files(system.file("extdata", package = "sigminer"), "*.vcf", full.names = TRUE) # } # NOT RUN { maf <- read_vcf(vcfs) maf <- read_vcf(vcfs, keep_only_pass = FALSE) # }
Run the code above in your browser using DataLab