inst/extdata/run_parameters.R

param <- list(standard=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=5,
            peakwidth=c(7, 25),
            snthresh=10,
            prefilter=c(0, 0)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=1
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0.05
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
			tolerance='2.5Da',
			tda=TRUE,
			instrument='TOF',
			protease='Unspecific',
			lengthRange=c(3,30),
			chargeRange=c(1,3),
			verbose=FALSE
		),
        Complist=list(
            mzwin=0,
            rtwin=0
        )
    ), UPLC.HS=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=15,
            peakwidth=c(5, 30),
            snthresh=5,
            prefilter=c(1, 3000)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=10
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0,
			minsamp=1
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
				tolerance='2.5Da',
				tda=TRUE,
				instrument='TOF',
				protease='Unspecific',
				lengthRange=c(3,30),
				chargeRange=c(1,3),
				verbose=FALSE
		),
        Complist=list(
            mzwin=0.05,
            rtwin=5
        )
    ), UPLC.HSrtdev=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=15,
            peakwidth=c(5, 30),
            snthresh=5,
            prefilter=c(1, 3000)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=10
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0,
			minsamp=1
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
				tolerance='2.5Da',
				tda=TRUE,
				instrument='TOF',
				protease='Unspecific',
				lengthRange=c(3,30),
				chargeRange=c(1,3),
				verbose=FALSE
		),
        Complist=list(
            mzwin=0.05,
            rtwin=10
        )
    ), UPLC.MS=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=15,
            peakwidth=c(5, 30),
            snthresh=5,
            prefilter=c(1, 1000)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=10
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0,
			minsamp=1
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
				tolerance='2.5Da',
				tda=TRUE,
				instrument='TOF',
				protease='Unspecific',
				lengthRange=c(3,30),
				chargeRange=c(1,3),
				verbose=FALSE
		),
        Complist=list(
            mzwin=0.05,
            rtwin=5
        )
    ), UPLC.MSrtdev=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=15,
            peakwidth=c(5, 30),
            snthresh=5,
            prefilter=c(1, 1000)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=10
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0,
			minsamp=1
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
				tolerance='2.5Da',
				tda=TRUE,
				instrument='TOF',
				protease='Unspecific',
				lengthRange=c(3,30),
				chargeRange=c(1,3),
				verbose=FALSE
		),
        Complist=list(
            mzwin=0.05,
            rtwin=10
        )
    ), UPLC.LS=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=15,
            peakwidth=c(5, 30),
            snthresh=5,
            prefilter=c(3, 100)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=10
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0,
			minsamp=1
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
				tolerance='2.5Da',
				tda=TRUE,
				instrument='TOF',
				protease='Unspecific',
				lengthRange=c(3,30),
				chargeRange=c(1,3),
				verbose=FALSE
		),
        Complist=list(
            mzwin=0.05,
            rtwin=5
        )
    ), UPLC.LSrtdev=list(
        Type='LC-MS/MS',
        findPeak=list(
            method='centWave',
            ppm=15,
            peakwidth=c(5, 30),
            snthresh=5,
            prefilter=c(3, 100)
        ),
        retcor=list(
            method='obiwarp',
            plottype='deviation',
            response=10
        ),
        group=list(
            mzwid=0.1,
            bw=10,
            minfrac=0,
			minsamp=1
        ),
        annotate=list(
            polarity='positive'
        ),
		MSGFplus=list(
				tolerance='2.5Da',
				tda=TRUE,
				instrument='TOF',
				protease='Unspecific',
				lengthRange=c(3,30),
				chargeRange=c(1,3),
				verbose=FALSE
		),
        Complist=list(
            mzwin=0.05,
            rtwin=10
        )
    )
)
thomasp85/pepmaps documentation built on May 31, 2019, 11:15 a.m.