gini | R Documentation |
This is a shortcut for 'x >= left & x <= right', implemented efficiently in C++ for local values, and translated to the appropriate SQL for remote tables.
gini(edges, expression, bootstrapIterations, statCutoff)
edges |
dataframe with the edges with 3 columns: source, interaction and target |
expression |
expression table containing the genes |
bootstrapIterations |
number of bootstrap |
statCutoff |
stat cut-off p-value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.