View source: R/FeatureFiltering.R
feature.filtering | R Documentation |
Performs a filtering of MSLibrarian-predicted libraries based on extracted features
feature.filtering(inputLib, outputLib, dinoPath, mzml, tolMz, tolRt, threads)
inputLib |
input spectral library in Spectronaut .csv format |
outputLib |
filtered output spectral library in Spectronaut .csv format |
dinoPath |
path to the Dinosaur application (.jar) for feature extraction. |
mzml |
path to a mzml file. If a features file is supplied, this parameter is ignored. |
tolMz |
integer specifying the Precursor M/Z tolerance in PPM (default:10) |
tolRt |
allowed retention time tolerance in minutes for targets in library (default:5) |
threads |
number of threads to use for feature matching |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.