Description Usage Arguments Value Examples
Extractor function for the p-scores using the desired methodology
1 | getPscores(object, method)
|
object |
FELLA.USER object |
method |
Character, exactly one of:
|
Named vector of p-scores
1 2 3 4 5 6 7 | data(FELLA.sample)
data(input.sample)
obj <- enrich(
compounds = input.sample,
data = FELLA.sample)
p <- getPscores(obj, "diffusion")
sum(p < 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.