View source: R/transomics2cytoscape.R
ec2reaction | R Documentation |
Convert a EC number column to a KEGG reaction ID column
ec2reaction(tsvFilePath, columnIndex, outputFilename)
tsvFilePath |
Path of a TSV file with column of EC number |
columnIndex |
Index number of the column with the EC number you want to convert |
outputFilename |
The output file name |
None
Kozo Nishida
## Not run:
layer3to2 <- system.file("extdata/usecase1", "allosteric_ecnumber.tsv",
package = "transomics2cytoscape")
ec2reaction(layer3to2, 6, "allosteric_ec2rea.tsv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.