filter.prego | R Documentation |
Filter spectral library based on top N high responding peptides for each protein group
## S3 method for class 'prego' filter( inputLib = NULL, outputLib = NULL, topPept = NULL, pregoPath = NULL, replace = F )
inputLib |
absolute path to input spectral library (Spectronaut .CSV format or OpenSwath format .TSV) |
outputLib |
absolute path to the filtered output library |
topPept |
integer giving the top N high responding peptides for each protein group in the library |
pregoPath |
path to the classify.exe tool as part of the PREGO distribution |
replace |
logical determining if the input library should be replaced by the filtered library (default is FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.