Description Usage Arguments Value Examples
Extractor function for the slot "valid"
1 | getValid(object, method)
|
object |
FELLA.USER object |
method |
Character, exactly one of:
|
Slot "valid" (internal usage)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## This function is internal
data(FELLA.sample)
data(input.sample)
obj <- enrich(
compounds = input.sample,
method = "diffusion",
data = FELLA.sample)
## If the analysis is valid
FELLA:::getValid(obj, "diffusion")
## Otherwise
FELLA:::getValid(new("FELLA.USER"), "diffusion")
FELLA:::getValid(obj, "pagerank")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.