feaResult-class | R Documentation |
The feaResult
object stores Functional Enrichment Analysis (FEA)
results generated by the corresponding Target and Drug Set Enrichment
methods (here TSEA and DSEA) defined by signatureSearch
. This
includes slots for the FEA results in tabular format, the organism
information, and the type of functional annotation used (e.g. GO or KEGG).
It also includes the drug information used for the FEA, as well as the
corresponding target protein information.
result
tibble object, this tabular result contains the
enriched functional categories (e.g. GO terms or KEGG pathways) ranked by
the corresponding enrichment statistic. The result table can be extracted
via the result
accessor function.
organism
organism information of the annotation system. Currently, limited to 'human', since drug-target annotations are too sparse for other organisms.
ontology
ontology type of the GO annotation system. If the annotation system is KEGG, it will be 'KEGG'
drugs
input drug names used for the enrichment test
targets
target information for the query drugs obtained from the chosen drug-target annotation source.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.