Description Usage Arguments Value Examples
POST /mappings/gene-to-protein
1 2 3 4 5 6 |
gene_name_list |
List of HGNC symbols of the genes (default) |
gene_id_list |
List of Ensembl gene IDs (when |
by_gene_id |
Search for gene ids (Ensembl gene IDs) instead of gene names (HGNC symbols) |
mode |
If |
Data from POST /mappings/gene-to-protein
1 2 3 4 5 6 7 8 9 10 11 | # By HGNC symbols
## Not run:
mappings_gene_to_protein(gene_name_list = c("GCH1", "MYOF"))
## End(Not run)
# By Enselbl Ids
## Not run:
mappings_gene_to_protein(gene_id_list = c("ENSG00000162594", "ENSG00000113302"), by_gene_id = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.