Description Usage Arguments Value See Also Examples
Use a vector of EC numbers to retrieve information from the
BRENDA tibble
read in by ReadBrenda()
. Invalid EC numbers will be removed
and a message will be generated.
1 | QueryBrenda(brenda, EC, n.core = 0, fields = FALSE, ...)
|
brenda |
A |
EC |
A string of the EC number. |
n.core |
Integer specifying the number of cores to use. Default is 0, which would result in using all available cores. |
fields |
A character vector indicating fields to parse. Default is FALSE, which would be returning all fields. |
... |
Other parameters passed to |
A list of brenda.entry
objects.
QueryBrendaBase()
ConfigBPCores()
SelectOrganism()
1 2 3 4 | df <- ReadBrenda(system.file("extdata", "brenda_download_test.txt",
package = "brendaDb"))
res <- QueryBrenda(brenda = df, EC = c("1.1.1.1", "1.1.1.10", "6.3.5.8"),
n.core = 2, organisms = "Homo sapiens")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.