LOB_genalg | R Documentation |
This function allows the user screen lipid annotations based on their retention time patterns.
LOB_genalg <- function(peakdata, choose_class = NULL, save.files = FALSE,
plot_data = FALSE, use_ms2 = TRUE, hijacking = FALSE,
iters = 300, mutationChance = 0.01, elitism = T, popSize = 300)
peakdata |
A object of class |
choose_class |
A |
plot_data |
A |
save.files |
A |
use_ms2 |
A |
hijacking |
A |
iters |
A single numeric |
popSize |
A single numeric |
Returns a data.frame
or a LOBSet
object matching the peakdata
argument but with columns containing RTF screening data appended. When run on a LOBSet
object this screening information appended to the data.frame
in the @peakdata slot of the object. The column names are as follows:
DNPPE_Factor |
RTF for the annotation: The retention time of the peakgroup in question divided by the retention time of DNP-PE. |
DBase_DNPPE_RF |
Database RTF for this annotation: A previously observed RTF for this annotation. |
Flag |
A flag denoting how close the actual RTF is too the database value. If the two values are within 5% of eachother the tag "5%_rtv" is used. Also, if an appropriate MS2 spectra for this compound has been seen at this RTF previously, then it receives the tag "ms2v". If the peakgroup is within 5-10% of the database RTF than it is given the tag "10%_rtv". If the RTF is greater than 10% removed from the database value it is given the tag "Red". A tag of "Unknown" is given to every peakgroup for which there is no database value. |
Currently in development.
Henry Holm, hholm@mit.edu
Dan Lowenstien, dlowenstein@whoi.edu
Max Jahns, mjahns@mit.edu
Shavonna Bent, sbent@mit.edu
Need to put references to the literature/web site here
# Screen a LOBSet
LOBSet <- PtH2O2lipids::ptH2O2lipids$LOBSet
LOB_RTFsort(LOBSet, RT_Factor_Dbase, choose_class = NULL, plot_data = TRUE, save_plots = FALSE, data_title)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.