Description Usage Arguments Details Value See Also Examples
Function summarizes GESS results on Mode of Action (MOA) level. It returns a tabular representation of MOA categories ranked by their average signature search similarity to a query signature.
1 | moa_conn(gess_tb, moa_cats = "default", cells = "normal")
|
gess_tb |
tibble in |
moa_cats |
if set as "default", it uses MOA annotations from the CLUE website (https://clue.io). Users can customize it by providing a 'list' of character vectors containing drug names and MOA categories as list component names. |
cells |
one of "normal", "cancer" or "all", or a character vector containing cell types of interest.
|
Column description of the result table:
moa: Mechanism of Action (MOA)
cells: cell type information
mean_rank: mean rank of drugs in corresponding GESS result for each MOA category
n_drug: number of drugs in each MOA category
data.frame
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.