View source: R/subfunctionsIdentification.R
combineChains | R Documentation |
It calculates combinations of chain fragments that sum up the same number of carbons and double bounds as the precursor.
combineChains(candidates, nchains, sn1, sn2, sn3, sn4)
candidates |
candidates data frame. Output of findCandidates. |
nchains |
number of chains of the targeted lipid class. |
sn1 |
list of chain fragments identified for sn1 position. Output of chainFrags. |
sn2 |
list of chain fragments identified for sn2 position. Output of chainFrags. If required. |
sn3 |
list of chain fragments identified for sn3 position. Output of chainFrags. If required. |
sn4 |
list of chain fragments identified for sn4 position. Output of chainFrags. If required. |
List of data frames with candidate chains structures.
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.