geneIdsToGeneSetCollection | R Documentation |
This function is essentially the reverse of
GSEABase::geneIds()
, i.e., it takes as input a named list of character
vectors representing gene sets and returns the corresponding
GeneSetCollection object.
geneIdsToGeneSetCollection(
geneIdsList,
geneIdType = "auto",
collectionType = NullCollection()
)
geneIdsList |
A named list of character vectors like the ones returned
by |
geneIdType |
By default a character vector of length 1 with the special
value |
collectionType |
An object of class |
An object of class GeneSetCollection
with all its GeneSet
objects using the gene ID and collection types specified by the corresponding
arguments. Applying function geneIds()
to this object should return a list
identical to the geneIdsList
argument.
GeneSetCollection
, geneIds
, deduplicateGeneSets
,
guessGeneIdType
, GeneSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.