Description Usage Arguments Value
The application will present the set of gene sets that pass a given
fdr
for a given method
as a central piece of the UI. This
function accepts those to arguments and prepares the statistics generated
from the analysis for display.
1 | constructGseaResultTable(mg, method, fdr, prioritize = c("h"))
|
mg |
|
method |
the method to show statistics for |
fdr |
the FDR cut off to present statistics for |
prioritize |
the preffered collections to put at the top of the list. The collection column of the table is turned into a factor and for more usful display with datatable's filter. Specifcying collections here will put those collections at the front of the factor levels and therofre prioritize their display in the select dropdown for the filter |
a data.table of the statistics that match the filtering criteria. A 0-row data.table is returned if nothing passes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.