View source: R/subfunctionsIdentification.R
organizeResults | R Documentation |
Prepare a readable output for LipidMS identification functions.
organizeResults(
candidates,
coelfrags,
clfrags,
classConf,
chainsComb,
intrules,
intConf,
nchains,
class,
acquisitionmode
)
candidates |
candidates data frame. Output of findCandidates. |
coelfrags |
list of coeluting fragments for each candidate |
clfrags |
vector containing the expected fragments for a given lipid class. |
classConf |
output of checkClass |
chainsComb |
output of combineChains |
intrules |
character vector specifying the fragments to compare. See checkIntensityRules. |
intConf |
output of checkIntensityRules |
nchains |
number of chains of the targeted lipid class. |
class |
character value. Lipid class (i.e. PC, PE, DG, TG, etc.). |
acquisitionmode |
acquisition mode (DIA or DDA). |
Coelution score for DIA data is calculated as the mean coelution score of all fragments used for annotation, while for DDA data, the intensity score is given, which is calculated as the sum of the relative intensities of the fragments used for annotation.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.