forked from Biocomputing-Research-Group/IDIA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidia.params
More file actions
68 lines (58 loc) · 1.62 KB
/
idia.params
File metadata and controls
68 lines (58 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#DIA-Umpire (version 2.0)
#Data Independent Acquisition data processing and analysis package (Signal extraction module)
#No of threads
Thread = 8
#Fragment grouping parameter
RPmax = 25
RFmax = 300
CorrThreshold = 0.2
DeltaApex = 0.6
RTOverlap = 0.3
AdjustFragIntensity = true
BoostComplementaryIon = true
#Report peak
ExportPrecursorPeak = true
ExportFragmentPeak = true
#Signal extraction parameters
SE.MS1PPM = 30
SE.MS2PPM = 40
SE.SN = 2
SE.MS2SN = 2
SE.MinMSIntensity = 10
SE.MinMSMSIntensity = 10
SE.MaxCurveRTRange = 1
SE.Resolution = 17500
SE.StartCharge = 2
SE.EndCharge = 4
SE.MS2StartCharge = 2
SE.MS2EndCharge = 4
SE.NoMissedScan = 1
SE.MinFrag=10
SE.EstimateBG = true
SE.MinNoPeakCluster = 2
SE.MaxNoPeakCluster = 4
SE.StartRT = 0
SE.EndRT = 9999
SE.MinMZ = 200
SE.MinPrecursorMass = 200
SE.MaxPrecursorMass = 5000
SE.IsoPattern = 0.3
SE.MassDefectFilter = true
SE.MassDefectOffset = 0.1
#parameters of Gridmass
SE.MzTol = 0.01
SE.MinimumTimeSpan = 0.1
SE.MaximumTimeSpan = 5
SE.SmoothTimeMZ = 0.02
SE.SmoothMZ = 0.02
#combine isotopice traces from two methods
SE.SimilarityTwoMethods = 0.3
#Isolation window setting
#The current version supports the following window type: SWATH (fixed window size), V_SWATH (variable SWATH window)
WindowType=SWATH
#Fix window size (Only for Absciex SWATH data, for Thermo data, you don't need to change anything here.)
WindowSize=25
#Variable SWATH window setting (start m/z, end m/z, separated by Tab)
#The setting in this section will be used only if you specified WindowType=V_SWATH.
==window setting begin
==window setting end