View source: R/CreateSpectralLib.R
create.spectral.lib | R Documentation |
Creates a spectral library with intensities and retention times from Prosit
create.spectral.lib( calibrationLib = NULL, projectFolder = NULL, msFile = NULL, fasta, outputLib = NULL, format = "spectronaut", ceMode = "length_charge", threads = detectCores(), saveObj = F )
calibrationLib |
path to processed calibration library (RData format) |
projectFolder |
path to project folder containing a processed calibration library. |
msFile |
path to representative pseudo ms/ms file used to create the calibration library (could be extracted from the calibration library file later...) |
fasta |
path to protein sequence FASTA file from Uniprot |
outputLib |
path to desired output library |
format |
output library format c("spectronaut", "openswath") |
ceMode |
Collision energy optimization setting. Possible values are c("length_only", "length_charge", "charge", scalar(fixed collision energy)) |
saveObj |
Determines whether a MSLibrarian object will be saved. Possible values are "TRUE" or "FALSE" (default) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.