deduplicateGeneSets | R Documentation |
Offers a choice of ways for handling duplicated gene set names that may not be suitable as input to other gene set analysis functions.
deduplicateGeneSets(
geneSets,
deduplUse = c("first", "drop", "union", "smallest", "largest")
)
geneSets |
A named list of gene sets represented as character vectors
of gene IDs as e.g. returned by |
deduplUse |
A character vector of length 1 specifying one of several methods to handle duplicated gene set names. Duplicated gene set names are explicitly forbidden by the GMT file format specification but can nevertheless be encountered in the wild. The available choices are:
|
A named list of gene sets represented as character vectors of gene IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.