Description Usage Arguments Examples
An add MGF to library function This function recieves a library object created by the CreateLibFromMGF function and an MGF object created by PrepareMGF function which is to be added to the library. It returns library with the new mgf added.
1 | add_MGF_to_LIBRARY(mgf, library, sort_type = "quality")
|
mgf |
An mgf to be added to library. |
library |
A spectral library for MGF addition |
sort_type |
A way of sorting the MGF before addition. Can be: none - no sorting, quality - sorting be spectra quality form high to low, random - randomal sorting. Defaults to quality. |
1 | library1<-add_MGF_to_LIBRARY(library1,mgf1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.