Description Usage Arguments Value Examples
Extractor function for the compounds in the input that were not mapped to the KEGG graph
1 | getExcluded(object)
|
object |
FELLA.USER object |
Vector of the excluded compounds
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(FELLA.sample)
data(input.sample)
## No excluded compounds
obj <- defineCompounds(
compounds = input.sample,
data = FELLA.sample)
getExcluded(obj)
## One compound does not map
## The user gets a warning as well
obj <- defineCompounds(
compounds = c(input.sample, "intruder"),
data = FELLA.sample)
getExcluded(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.