View source: R/findSignature.R
findKeywordInRAV | R Documentation |
Once you provide RAVmodel, keyword you're searching for, and the RAV number to this function, it will give you the abs(NES)-based rank of your keyword in the enriched pathways of the target RAV. If can be useful to find out how uniquely your keyword-containing pathways are represented.
findKeywordInRAV(RAVmodel, keyword, ind, n = NULL, includeTotal = TRUE)
RAVmodel |
PCAGenomicSignatures-object. |
keyword |
A character vector. If you are searching for multiple keywords
at the same time, use |
ind |
An integer. The RAV number you want to check. |
n |
An integer. The number of top enriched pathways (based on abs(NES))
to search. Under default ( |
includeTotal |
Under the default condition ( |
A character containing the rank of keyword-containing pathways (separated by |), followed by the total number of enriched pathways in parenthesis.
data(miniRAVmodel)
findKeywordInRAV(miniRAVmodel, "Bcell", ind = 695)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.