Description Usage Arguments Value Examples
Get the overlap between a list of genes and a list of gene sets
1 | setCheck(genes, sets, IDtype = "SYMBOL", dropRows = T)
|
genes |
list or vector of strings, each is a gene identifier |
sets |
list of vectors (gene sets) with EntrezIDs as gene identifiers |
IDtype |
type of ID that is used in the input parameter 'genes' (anything used in mapIds, e.g. "ENTREZID" or "SYMBOL") |
dropRows |
boolean, indicating whether rows without any matches should be filtered out |
a vector of strings. Each string is present in at least x sets, where x is minOverlap
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.