.create_substrates_combinations | R Documentation |
The function returns a data.frame
with all combinations from
substrates
.
.create_substrates_combinations(substrates = substrates, template = template)
substrates |
list of character vector(s) |
template |
|
The string replacement depend on the reaction
argument.
The function will internally expand.grid
to create the combinations.
data.frame
Michael Witting, michael.witting@helmholtz-muenchen.de and Thomas Naake, thomasnaake@googlemail.com
FA <- c("FA(14:0(12Me))", "FA(16:0(14Me))", "FA(15:1(9Z)(14Me))",
"FA(17:0(16Me))", "FA(12:0(11Me))", "FA(13:0(12Me))", "FA(14:0(13Me))",
"FA(15:0(14Me))", "FA(16:0(15Me))", "FA(12:0)", "FA(14:0)")
substrates <- list(FA = FA)
## create data.frame of substrates
template <- LipidNetworkPredictR:::.create_template(template = NULL,
reaction = "RHEA:15421")
LipidNetworkPredictR:::.create_substrates_combinations(
substrates = substrates, template = template)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.