View source: R/mergeGeneSets.R
mergeGeneSets | R Documentation |
Merge Gene Sets
mergeGeneSets(
geneSets,
name = "merged",
idConversion = FALSE,
returnCounts = FALSE,
forceCache = FALSE
)
geneSets |
a list of vectors (e.g. gene sets) |
name |
the name for the merged gene set |
idConversion |
convert IDs from Uniprot to HGNC (Default: FALSE) |
returnCounts |
changes return to a list where one entry is "counts" (Default: FALSE) |
a list of vectors with one entry (i.e. a gene set) with the given name
tmp <- list(a=c("abc", "def", "deg", "ghi"), b=c("def", "deg", "ijk"))
mergeGeneSets(tmp, "y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.