Description Usage Arguments Value
Computes MSeQUiP Bayes factors for each candidate peptide
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 | PerformSearch(
Spectra,
Headers = NULL,
data.F,
clean.database = F,
match.charge = T,
append.file = "_Train.Q9.lowpH",
scale = c("Quant90", "base-peak", "none"),
path.spline = "<path to>/NoiseObserved",
rt.path = "<path to>/RetentionTime",
byInt.path = "<path to>/BYInt",
byMA.path = "<path to>/BYMassAccuracy",
byObs.path = "<path to>/BYObserved",
NoiseInt.path = "<path to>/NoiseInt",
Noise.MA.path = "<path to>/NoiseMassAccuracy",
Int0.path = NULL,
ppm.precursor = 10,
min.peaks = 20,
delta.ppm = 20,
delta.ppm.prec = 20,
scale.obs = NA,
include.scale = T,
append.noise = NULL,
include.pep.IDs = T
)
|
Spectra |
A list of MS and MS/MS spectra. Can be obtained using mzR, or |
Headers |
A data frame of headers. Can be obtained using mzR, or |
data.F |
Spectral library. This can be obtained from Prosit. |
clean.database |
Should the spectral library be cleaned. Defaults to |
match.charge |
Should inferred fragment charges obtained from |
append.file |
Name of training parameters to use. Detaults to |
scale |
Type of intensity normalization to use. Can be one of |
path.spline |
Path to parameters to define lambda(m), the probability a noise peak was generated around a predicted m/z m |
rt.path |
Path to retention time parameters. |
byInt.path |
Path to signal b/y intensity parameters. |
byMA.path |
Path to signal mass accuracy parameters. |
byObs.path |
Path to parameters determine the probability a b/y ion is observed. |
NoiseInt.path |
Path to parameters describing the noise intensity. |
Noise.MA.path |
Path to parameters describing the noise mass accuracy. |
ppm.precursor |
Precursor mass accuracy, on the ppm scale. Defaults to 10. |
min.peaks |
Minimum number of peaks in the MS/MS spectrum. Defaults to 20. |
delta.ppm |
MS/MS fragment mass accuracy, on the ppm scale. Defaults to 20. |
delta.ppm.prec |
Maximum difference between the precursors observed in MS and MS/MS spectra. |
scale.obs |
The intensity scale, if available. The default of |
include.scale |
If |
append.noise |
Name of training parameters to use. Detaults to |
include.pep.IDs |
Should peptide IDs be included in the results. Defaults to |
A list.
MS2.indices |
The indices of |
Results |
A list. List element |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.