View source: R/create_via_chebi.R
create_via_chebi | R Documentation |
Creates ...
create_via_chebi(rhea_reactions_order, rhea_reactions)
rhea_reactions_order |
data.frame |
rhea_reactions |
data.frame |
Uses ...
Thomas Naake, thomasnaake@googlemail.com
## load rhea_reactions_order
file <- file.path(
path.package("LipidNetworkPredictR"), "extdata", "rhea_reactions.tsv",
fsep = .Platform$file.sep)
rhea_reactions_order <- read.table(file, sep = "\t", header = TRUE)
rhea_reactions_order <- rhea_reactions_order[c(1, 5, 9), ]
## load rhea_reactions
file <- file.path(
path.package("LipidNetworkPredictR"), "extdata", "rhea-reactions.txt",
fsep = .Platform$file.sep)
rhea_reactions <- read.table(file, sep = "\t", header = FALSE, quote = "")
## run function
create_via_chebi(rhea_reactions_order = rhea_reactions_order,
rhea_reactions = rhea_reactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.