Description Usage Arguments Details Value Examples
Some EC numbers are transferred or deleted. For these entries,
return a brenda.deprecated.entry
object and the corresponding message.
1 2 3 | InitBrendaDeprecatedEntry(EC, msg)
is.brenda.deprecated.entry(x)
|
EC |
A string indicating EC number of the enzyme. |
msg |
A string of the transferred / deleted message. |
x |
Any object. |
is.brenda.deprecated.entry
checks if an object is a
brenda.deprecated.entry
object. If the input is a brenda.entries
object,
check all items in the list to see if they are brenda.deprecated.entry
objects and return a boolean vector of the same length.
A brenda.deprecated.entry
obeject.
A boolean vector of the same length as x
.
1 2 3 4 | brendaDb:::InitBrendaDeprecatedEntry("6.3.5.8", "Transferred to EC 2.6.1.85")
df <- ReadBrenda(system.file("extdata", "brenda_download_test.txt",
package = "brendaDb"))
is.brenda.entry(QueryBrenda(df, "6.3.5.8"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.