plot_term_marginals {SimReg} | R Documentation |
Create ontological plot of marginal probabilities of terms
Description
Create ontological plot of marginal probabilities of terms
Usage
plot_term_marginals(
ontology,
term_marginals,
max_terms = 10,
min_probability = 0.01,
...
)
Arguments
ontology |
|
term_marginals |
Numeric vector of marginal probabilities of inclusion in |
max_terms |
Maximum number of terms to include in plot. Note that additional terms may be included when terms have the same marginal probability, and common ancestor terms are included. |
min_probability |
Threshold probability of inclusion in |
... |
Additional arguments to pass to |
[Package SimReg version 3.4 Index]