Description Usage Arguments Details Examples
It can automatically translate gene names to gene ID.
1 | gene_translate(gene_info)
|
gene_info |
A character or a number. The gene information. Can be either gene name or gene ID. Gene name can be uppercase or lowercase. For example: The gene name can be "S100A8" or "s100a8". |
When you type in no matter gene ID or gene name, this function will automatically give you gene ID eventually.
1 2 3 4 5 6 7 | ## Not run:
gene_translate(6279)
gene_translate("s100A8")
gene_translate("S100A8")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.