Description Usage Arguments Value Examples
Reads a list of reactions with optional annotations from a file.
1 | read_reactions(react_file)
|
react_file |
A csv file containing the reactions, where the first column denotes the reaction string and additional columns contain annotations. A single annotation can contain several values as a comma separated string. The csv file should be saved with all entries quoted. |
An object of with the S3 class reactions
denoting a list
of reactions.
1 2 | r_str <- "reaction,abbreviation,numbers\nA -> B,blub,\"1,2,3\"\nB <=>, bla, 3"
r <- read_reactions(textConnection(r_str))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.