getValid {FELLA} | R Documentation |
Extractor function for the slot "valid"
getValid(object, method)
object |
FELLA.USER object |
method |
Character, exactly one of:
|
Slot "valid" (internal usage)
## 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")