feaResult-class {signatureSearch}R Documentation

feaResult object

Description

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.

Slots

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.

Description of the columns that are shared among the result tables generated by the different FEA methods:

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.


[Package signatureSearch version 1.4.6 Index]