guessGeneIdType | R Documentation |
This function tries to derive the type of gene IDs used in a
named list of character
vectors provided as input.
guessGeneIdType(geneIdsList)
geneIdsList |
A named list of character vectors like the ones returned
by |
In order to make this function useful and keep it as simple as possible, we limit ourselves to the most common types of gene identifiers: "Gene IDs" consisting of digits only are considered ENTREZ IDs, anything starting with 'ENS' an ENSEMBL identifier and anything else a HuGO gene symbol.
An object of a subclass of GeneIdentifierType
derived from the
input.
GeneIdentifierType
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.