parseMetaCycPathway | R Documentation |
Parse MetaCyc "pathways.dat"
parseMetaCycPathway(
file,
candSp,
withTax = FALSE,
noComma = FALSE,
clear = FALSE
)
file |
path to pathways.dat |
candSp |
species to grepl |
withTax |
parse taxonomy information |
noComma |
no comma separated when taxonomy parsing |
clear |
delete HTML tags and some symbols |
Parse the MetaCyc pathway information for the use in the package.
data.frame of MetaCyc pathway information
file <- "pathways.dat"
## Not run: parseMetaCycPathway(file, candSp="all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.