bamFile <- system.file("extdata/bams", "test1_sort.bam",
package="customProDB")
vcffile <- system.file("extdata/vcfs", "test1.vcf", package="customProDB")
annotation_path <- system.file("extdata/refseq", package="customProDB")
outfile_path <- tempdir()
outfile_name <- 'test'
easyRun(bamFile, RPKM=NULL, vcffile, annotation_path, outfile_path,
outfile_name, rpkm_cutoff=1, INDEL=TRUE, lablersid=TRUE,
COSMIC=TRUE, nov_junction=FALSE)
Run the code above in your browser using DataLab