View source: R/enrichment_in_relationships.R
enrichment_in_relationships | R Documentation |
enrichment_in_relationships function description is a general way to determine if a pathway is enriched in relationships (interactions, correlation) between its members # access through leapr wrapper
enrichment_in_relationships(
geneset,
relationships,
idmap = NA,
mode = "original",
silence_try_errors = TRUE
)
geneset |
List of pathways in gmt format |
relationships |
table of relationship information, e.g. correlation |
idmap |
list of identifiers to use for mapping, the names of the items should agree with names of features in matrix |
mode |
allowable values are 'original' or anything else |
silence_try_errors |
boolean to silence errors |
table of enrichment statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.