.create_template | R Documentation |
Helper function for create_reaction
.
The function .create_template
returns a data.frame of the template
of a given reaction
. The returned data.frame is either
the pass-through of the given template
or will be created and
filled with minimum information using the information from
reaction
.
.create_template(template = list(), reaction = "RHEA:15421")
template |
|
reaction |
|
The function .create_template
will check the template
object
for the following information:
column "reaction_name" with character entry,
column "reaction_formula" with character entry,
column "reaction_isReversible" with character entry,
column "reaction_geneAssociation" with character entry,
column "reaction_pathway" with character entry.
If template
is NA
or NULL
, template
will be set
to an empty list.
data.frame
Michael Witting, michael.witting@helmholtz-muenchen.de and Thomas Naake, thomasnaake@googlemail.com
LipidNetworkPredictR:::.create_template(template = list(), reaction = "RHEA:15421")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.