Description Usage Arguments Details Value Author(s)
Append reaction to reaction lists
1 | add.reactions(object, ds, t, genes, name = NULL, reversible = FALSE)
|
object |
ReactionList or equivalent list |
ds |
character (substrate name) or data.frame with at least these columns: from, to, genes, reversible |
t |
character, product name (ignore if ds is a data.frame) |
genes |
character vector, names of genes involved in the reaction (ignore if ds is a data.frame) |
name |
additional identifer(s) for reaction (ignore if ds is a data.frame) |
reversible |
TRUE/FALSE (default). If TRUE, add reactions in both directions. Ignore if ds is a data.frame. |
Useful for adding to network spontaneous reactions without associated genes.
ReactionList object
ZG Zhao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.