getPscores {FELLA} | R Documentation |
Extractor function for the p-scores using the desired methodology
getPscores(object, method)
object |
FELLA.USER object |
method |
Character, exactly one of:
|
Named vector of p-scores
data(FELLA.sample) data(input.sample) obj <- enrich( compounds = input.sample, data = FELLA.sample) p <- getPscores(obj, "diffusion") sum(p < 0.1)