vcffile <- system.file("extdata/input", "PGA.vcf",package="PGA")
bedfile <- system.file("extdata/input", "junctions.bed",package="PGA")
gtffile <- system.file("extdata/input", "transcripts.gtf",package="PGA")
annotation <- system.file("extdata", "annotation",package="PGA")
library(BSgenome.Hsapiens.UCSC.hg19)
msfile <- system.file("extdata/input", "pga.mgf",package="PGA")
easyRun(gtfFile=gtffile,vcfFile=vcffile,bedFile=bedfile,spectra=msfile,
annotation_path=annotation,genome=Hsapiens,cpu = 6,
enzyme = "[KR]|[X]", varmod = "15.994915@M",itol = 0.05,
fixmod = "57.021464@C", tol = 10, tolu = "ppm", itolu = "Daltons",
miss = 2, maxCharge = 8, ti = FALSE,xmx=1)
Run the code above in your browser using DataLab