Description Usage Arguments Value See Also Examples
Use a EC number to retrieve information from the BRENDA
tibble
read in by ReadBrenda()
.
1 | QueryBrendaBase(brenda, EC, organisms = FALSE)
|
brenda |
A |
EC |
A string of the EC number. |
organisms |
A character vector indicating organisms to keep. Default is FALSE, which would keep all organisms. |
A brenda.entry
object.
ReadBrenda()
InitBrendaEntry()
1 2 3 4 | df <- ReadBrenda(system.file("extdata", "brenda_download_test.txt",
package = "brendaDb"))
brendaDb:::QueryBrendaBase(brenda = df, EC = "1.1.1.1",
organisms = "Homo sapiens")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.