createSpectralLibrary: Create Spectral Library

Description Usage Arguments Details Value Note References Examples

View source: R/SpectroX.R

Description

Create Spectral Library

Usage

1
2
3
createSpectralLibrary(tb, minFragNb = 3, minNbTransitions = 5,
  maxNbTransitions = 5, minBasePeakFraction = 0, ionTypeFilter = c("a",
  "b", "x", "y"), includeNL = T, rankingMetric = "adjustedIntensitySum")

Arguments

tb

tibble maxQuant spectrum level search results

minFragNb

min frag number default 3 (i.e. b3 and y3 will be kept)

minNbTransitions

minimum number of fragments

minBasePeakFraction

minimum intnsity fraction of base peak (most intense kept fragment)

ionTypeFilter

selected ion type default a,b,x,y

includeNL

include neutral loss peaks defualt TRUE

rankingMetric

character. column name, used for ranking peptide, default "adjustedIntensitySum", c("adjustedIntensitySum","psmScore","precApexIntensity")

Details

No details

Value

data.frame

Note

No note

References

NA

Examples

1
print("No examples")

eahrne/SpectroX documentation built on May 21, 2019, 3:09 a.m.