bampath <- system.file("extdata/bams", package="customProDB")
vcfFile_path <- system.file("extdata/vcfs", package="customProDB")
annotation_path <- system.file("extdata/refseq", package="customProDB")
outfile_path <- tempdir()
outfile_name <- 'mult'
easyRun_mul(bampath, RPKM_mtx=NULL, vcfFile_path, annotation_path, rpkm_cutoff=1,
share_num=2, var_shar_num=2, outfile_path, outfile_name, INDEL=TRUE,
lablersid=TRUE, COSMIC=TRUE, nov_junction=FALSE)
Run the code above in your browser using DataLab