Description Usage Arguments Value
This function eases parameter inheritance to centralise the documentation
1 | .params()
|
databaseDir |
Path for the KEGG RData files |
internalDir |
Logical, is the directory located in the package directory? |
object |
FELLA.USER object |
data |
FELLA.DATA object |
type |
Character vector, containing entries in "hypergeom", "diffusion" or "pagerank" |
level |
Desired level, can be coded as a number or a character: 1 or "pathway"; 2 or "module"; 3 or "enzyme"; 4 or "reaction"; 5 or "compound". |
method |
Character, exactly one of:
|
methods |
Character vector, containing some of:
|
approx |
Character: "simulation" for Monte Carlo, "normality", "gamma" or "t" for parametric approaches |
loadMatrix |
Character vector to choose if
heavy matrices should be loaded.
Can contain: |
threshold |
Numeric value between 0 and 1.
|
thresholdConnectedComponent |
Numeric value between 0 and 1. Connected components that are below the threshold are kept, while the ones exceeding it (because they are too small) are discarded. |
plimit |
Pathway limit, must be a numeric value between 1 and 50.
Limits the amount of pathways in |
nlimit |
Node limit, must be a numeric value between 1 and 1000.
Limits the order of the solution sub-graph when
in |
niter |
Number of iterations (permutations) for Monte Carlo ("simulation"), must be a numeric value between 1e2 and 1e5 |
layout |
Logical, should the plot be returned as a layout? |
graph |
An igraph object,
typically a small one,
coming from an enrichment through |
GOterm |
Character, GO entry to draw
semantic similarity in the solution graph.
If |
GONamesAsLabels |
Logical, should GO names be displayed as labels instead of GO identifiers? |
LabelLengthAtPlot |
Numeric value between 10 and 50. Maximum length that a label can reach when plotting the graph. The remaining characters will be truncated using "..." |
godata.options |
List, options for the database creator
|
mart.options |
List, options for the |
p.adjust |
Character passed to the
|
dampingFactor |
Numeric value between 0 and 1 (none inclusive),
damping factor |
t.df |
Numeric value; number of degrees of freedom
of the t distribution
if the approximation |
compounds |
Character vector containing the KEGG IDs of the compounds considered as affected |
compoundsBackground |
Character vector containing the KEGG IDs of
the compounds that belong to the background. Can be |
NamesAsLabels |
Logical, should KEGG names be displayed as labels instead of KEGG identifiers? |
capPscores |
Numeric value, minimum p-score
admitted for the readable
formatting. Smaller p-scores will be displayed
as |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.